diff options
| author | Edijs <iamedijs@hotmail.com> | 2019-02-14 13:19:00 -0700 |
|---|---|---|
| committer | Edijs <iamedijs@hotmail.com> | 2019-02-14 13:19:00 -0700 |
| commit | 0ca145ac951d122332b07367308a93ba2f9c7710 (patch) | |
| tree | 5ca2fcab615bd783417b1e36bd9c49ded0349120 | |
| parent | 8625a612cdf99c9e1378073d6526d49cd5266767 (diff) | |
Watch user change in follow-list
| -rw-r--r-- | src/components/follow_list/follow_list.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/follow_list/follow_list.js b/src/components/follow_list/follow_list.js index acdb216d..7771d61a 100644 --- a/src/components/follow_list/follow_list.js +++ b/src/components/follow_list/follow_list.js @@ -55,6 +55,9 @@ const FollowList = { } } }, + watch: { + '$route': 'fetchEntries' + }, components: { UserCard } |
