Skip to content
Snippets Groups Projects
Commit 482afa93 authored by syuilo's avatar syuilo
Browse files

Update avatars.vue

parent 25bdbd7a
No related branches found
No related tags found
No related merge requests found
<template>
<div>
<div v-for="user in us" :key="user.id" style="width:32px;height:32px;margin-right:8px;">
<div v-for="user in us" :key="user.id" style="display:inline-block;width:32px;height:32px;margin-right:8px;">
<mk-avatar :user="user" style="width:32px;height:32px;"/>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment