fix crazy watch logic in conversation

This commit is contained in:
taehoon 2019-08-23 13:49:39 -04:00
parent d7647be812
commit 9b8bf655e1
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ const conversation = {
Status
},
watch: {
'$route': 'fetchConversation',
status: 'fetchConversation',
expanded (value) {
if (value) {
this.fetchConversation()