aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEdijs <iamedijs@hotmail.com>2019-02-14 13:19:00 -0700
committerEdijs <iamedijs@hotmail.com>2019-02-14 13:19:00 -0700
commit0ca145ac951d122332b07367308a93ba2f9c7710 (patch)
tree5ca2fcab615bd783417b1e36bd9c49ded0349120 /src
parent8625a612cdf99c9e1378073d6526d49cd5266767 (diff)
Watch user change in follow-list
Diffstat (limited to 'src')
-rw-r--r--src/components/follow_list/follow_list.js3
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
}