We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5266c2 commit 34cabdaCopy full SHA for 34cabda
src/ChatWindow/Room/Room.vue
@@ -24,6 +24,7 @@
24
:room-info="roomInfo"
25
:menu-actions="menuActions"
26
:room="room"
27
+ @toggle-rooms-list="$emit('toggle-rooms-list')"
28
@menu-action-handler="$emit('menu-action-handler', $event)"
29
>
30
<template v-for="(index, name) in $scopedSlots" #[name]="data">
@@ -86,10 +87,7 @@
86
87
@send-message-reaction="sendMessageReaction"
88
@hide-options="hideOptions = $event"
89
- <template
90
- v-for="(index, name) in $scopedSlots"
91
- #[name]="data"
92
- >
+ <template v-for="(index, name) in $scopedSlots" #[name]="data">
93
<slot :name="name" v-bind="data" />
94
</template>
95
</message>
0 commit comments