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:
commit
a49f6dbf65
|
@ -57,6 +57,9 @@ const FollowList = {
|
|||
}
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
'user': 'fetchEntries'
|
||||
},
|
||||
components: {
|
||||
UserCard
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue