Skip to content

Commit f9141b9

Browse files
committed
(docs) add currentUserId prop
1 parent fe0a94d commit f9141b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ You can import it as a custom component:
5353

5454
```javascript
5555
<template>
56-
<chat-window :rooms="rooms" :messages="messages" />
56+
<chat-window :currentUserId="currentUserId" :rooms="rooms" :messages="messages" />
5757
</template>
5858

5959
<script>

0 commit comments

Comments
 (0)