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 ab5147e commit f69531bCopy full SHA for f69531b
src/ChatWindow/Room/Room.vue
@@ -87,7 +87,7 @@
87
@send-message-reaction="sendMessageReaction"
88
@hide-options="hideOptions = $event"
89
>
90
- <template v-for="(i, name) in $scopedSlots" #[name]="data">
+ <template v-for="(idx, name) in $scopedSlots" #[name]="data">
91
<slot :name="name" v-bind="data" />
92
</template>
93
</message>
@@ -870,6 +870,7 @@ export default {
870
}
871
872
this.recorder = this.initRecorder()
873
+ this.sendMessage()
874
875
},
876
stopRecorder() {
0 commit comments