diff --git a/src/components/follow_list/follow_list.js b/src/components/follow_list/follow_list.js index 7771d61a..45b39f42 100644 --- a/src/components/follow_list/follow_list.js +++ b/src/components/follow_list/follow_list.js @@ -56,7 +56,7 @@ const FollowList = { } }, watch: { - '$route': 'fetchEntries' + 'user': 'fetchEntries' }, components: { UserCard