1
0
Fork 0
mirror of https://akkoma.dev/AkkomaGang/akkoma-fe synced 2025-05-25 11:59:12 +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: { components: {
UserCard UserCard
} }