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

Watch user change in follow-list

Closes #360

See merge request pleroma/pleroma-fe!584
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
}