This commit is contained in:
syuilo
2020-02-08 16:51:27 +09:00
parent 641dad586f
commit 9c06544c46
3 changed files with 9 additions and 3 deletions

View File

@ -1,6 +1,8 @@
<template>
<div>
<mk-avatar v-for="user in us" :user="user" :key="user.id" style="width:32px;height:32px;"/>
<div v-for="user in us" :key="user.id" style="width:32px;height:32px;margin-right:8px;">
<mk-avatar :user="user" style="width:32px;height:32px;"/>
</div>
</div>
</template>