mattmezza / vue-beautiful-chat

A simple and beautiful Vue chat component backend agnostic, fully customisable and extendable.
https://matteo.merola.co/vue-beautiful-chat/
MIT License
1.5k stars 441 forks source link

Show list user when using custom slot header #249

Closed joweste closed 2 years ago

joweste commented 3 years ago

Hi, I have a custom header as:


<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?
stale[bot] commented 2 years ago

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.