<template v-slot:header>
<div class="mt-4">
🤔 Chat {{ participants.map((m) => m.name).join(' & ') }}
</div>
</template>
I´d like to use the default click event to show the user list, when I click on header.
Is it possible?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hi, I have a custom header as: