1
0
Fork 0
mirror of https://akkoma.dev/AkkomaGang/akkoma-fe synced 2025-05-31 05:49:13 +08:00

Merge branch 'fix/follow-list' into 'develop'

Watch user change in follow-list

Closes 

See merge request 
This commit is contained in:
Shpuld Shpludson 2019-02-20 14:32:45 +00:00
commit a49f6dbf65

View file

@ -57,6 +57,9 @@ const FollowList = {
}
}
},
watch: {
'user': 'fetchEntries'
},
components: {
UserCard
}