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 6712292 commit 3996a20Copy full SHA for 3996a20
src/lib/ChatWindow.vue
@@ -201,6 +201,7 @@ export default {
201
watch: {
202
rooms: {
203
immediate: true,
204
+ deep: true,
205
handler(newVal, oldVal) {
206
if (
207
!newVal[0] ||
src/lib/Message/Message.vue
@@ -318,6 +318,7 @@ export default {
318
319
newMessages: {
320
321
322
handler(val) {
323
if (!val.length || !this.showNewMessagesDivider) {
324
return (this.newMessage = {})
0 commit comments