Watch user change in follow-list

This commit is contained in:
Edijs 2019-02-14 13:19:00 -07:00
parent 8625a612cd
commit 0ca145ac95

View file

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