aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
}