forked from FoundKeyGang/FoundKey
fix(client): フォロワー一覧がフォローににゃっているんだにゃあ
This commit is contained in:
parent
856146cb58
commit
97ce35dfc0
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
<MkSpacer :content-max="1000">
|
||||
<transition name="fade" mode="out-in">
|
||||
<div v-if="user">
|
||||
<XFollowList :user="user" type="following"/>
|
||||
<XFollowList :user="user" type="followers"/>
|
||||
</div>
|
||||
<MkError v-else-if="error" @retry="fetch()"/>
|
||||
<MkLoading v-else/>
|
||||
|
|
Loading…
Reference in a new issue