mirror of
https://git.youjo.love/youjo/youjo-fe.git
synced 2025-02-01 08:59:09 +01:00
Watch user change in follow-list
This commit is contained in:
parent
8625a612cd
commit
0ca145ac95
1 changed files with 3 additions and 0 deletions
|
@ -55,6 +55,9 @@ const FollowList = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
watch: {
|
||||||
|
'$route': 'fetchEntries'
|
||||||
|
},
|
||||||
components: {
|
components: {
|
||||||
UserCard
|
UserCard
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue