1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-02 19:05:55 +02:00
This commit is contained in:
syuilo
2023-01-16 14:18:11 +09:00
parent 6f1243f722
commit 77e491f52c
38 changed files with 58 additions and 58 deletions

View File

@@ -10,9 +10,9 @@
</div>
<MkLoading v-else-if="fetching"/>
<div v-else class="users">
<MkA v-for="user in users" :key="user.id" class="user">
<MkAvatar :user="user" class="avatar" :show-indicator="true"/>
</MkA>
<span v-for="user in users" :key="user.id" class="user">
<MkAvatar :user="user" class="avatar" indicator link preview/>
</span>
</div>
</div>
</MkContainer>