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

Watch user change in follow-list

Closes #360

See merge request pleroma/pleroma-fe!584
このコミットが含まれているのは:
Shpuld Shpludson 2019-02-20 14:32:45 +00:00
コミット a49f6dbf65
1個のファイルの変更3行の追加0行の削除

ファイルの表示

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