Watch user change in follow-list

This commit is contained in:
Edijs 2019-02-14 13:19:00 -07:00
parent 8625a612cd
commit 0ca145ac95
1 changed files with 3 additions and 0 deletions

View File

@ -55,6 +55,9 @@ const FollowList = {
} }
} }
}, },
watch: {
'$route': 'fetchEntries'
},
components: { components: {
UserCard UserCard
} }