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