1
0
This commit is contained in:
syuilo
2018-02-19 23:37:09 +09:00
parent 55273807d2
commit 69a8e4f4b2
40 changed files with 356 additions and 303 deletions
@@ -1,9 +1,9 @@
<template>
<mk-window width='400px' height='550px' @closed="$destroy">
<mk-window width="400px" height="550px" @closed="$destroy">
<span slot="header" :class="$style.header">
<img :src="`${user.avatar_url}?thumbnail&size=64`" alt=""/>{{ user.name }}のフォロワー
</span>
<mk-user-followers :user="user"/>
<mk-followers-list :user="user"/>
</mk-window>
</template>