Skip to content

Commit 0876ccf

Browse files
committed
(demo) add template example
1 parent 7457181 commit 0876ccf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

demo/src/ChatContainer.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@
6363
@typing-message="typingMessage"
6464
@toggle-rooms-list="$emit('show-demo-options', $event.opened)"
6565
>
66+
<!-- <template v-slot:room-header="{ room }">
67+
{{ room.roomName }}
68+
</template> -->
6669
</chat-window>
6770
</div>
6871
</template>

0 commit comments

Comments
 (0)