This commit is contained in:
syuilo
2018-05-18 15:42:42 +09:00
parent 4c3dccfc0b
commit e6c4ba8133
11 changed files with 12 additions and 12 deletions

View File

@@ -4,7 +4,7 @@
<div class="main">
<header>
<router-link class="name" :to="user | userPage">{{ user | userName }}</router-link>
<span class="username">@{{ user | acct }}</span>
<span class="username"><mk-acct :user="user"/></span>
</header>
<div class="body">
<div class="description">{{ user.description }}</div>