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

View File

@@ -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-following :user="user"/>
<mk-following-list :user="user"/>
</mk-window>
</template>