fix crazy watch logic in conversation

This commit is contained in:
taehoon 2019-08-23 13:49:39 -04:00
parent d7647be812
commit 9b8bf655e1

View file

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