diff options
| author | taehoon <th.dev91@gmail.com> | 2019-08-23 13:49:39 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-08-23 13:49:39 -0400 |
| commit | 9b8bf655e1741c05d03f390a83acc375c4c39b40 (patch) | |
| tree | 6f5fe3b3ad1915b0e336e949a2569ab4d15947bf /src | |
| parent | d7647be81230dd9e016235cc9363d4cf048183c6 (diff) | |
fix crazy watch logic in conversation
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/conversation/conversation.js | 2 |
1 files changed, 1 insertions, 1 deletions
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() |
