From 9b8bf655e1741c05d03f390a83acc375c4c39b40 Mon Sep 17 00:00:00 2001 From: taehoon Date: Fri, 23 Aug 2019 13:49:39 -0400 Subject: [PATCH] fix crazy watch logic in conversation --- src/components/conversation/conversation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/conversation/conversation.js b/src/components/conversation/conversation.js index 19dcb257..4ef09283 100644 --- a/src/components/conversation/conversation.js +++ b/src/components/conversation/conversation.js @@ -110,7 +110,7 @@ const conversation = { Status }, watch: { - '$route': 'fetchConversation', + status: 'fetchConversation', expanded (value) { if (value) { this.fetchConversation()