添加了强制重新渲染

This commit is contained in:
luyuan 2020-09-03 11:44:16 +08:00
parent 2bdd8e2b7f
commit cd89acf38c
Signed by: theluyuan
GPG Key ID: A7972FD973317FF3

View File

@ -597,6 +597,7 @@
if(res.users.length > this.renqu){
this.renqu = res.users.length
}
this.$forceUpdate()
},
whenNewMessage (message) {//新消息监听
// if(message.type == this.room.MessageType.PROP){