diff --git a/src/components/follow_list/follow_list.js b/src/components/follow_list/follow_list.js index 51327e2f..9777c87e 100644 --- a/src/components/follow_list/follow_list.js +++ b/src/components/follow_list/follow_list.js @@ -57,6 +57,9 @@ const FollowList = { } } }, + watch: { + 'user': 'fetchEntries' + }, components: { UserCard }