watch only user

This commit is contained in:
Edijs 2019-02-14 13:25:22 -07:00
parent 0ca145ac95
commit 3398817c25

View file

@ -56,7 +56,7 @@ const FollowList = {
}
},
watch: {
'$route': 'fetchEntries'
'user': 'fetchEntries'
},
components: {
UserCard