1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-21 21:35:28 +02:00
Use mk-user-name
This commit is contained in:
syuilo
2018-12-06 16:09:33 +09:00
parent a235869cfa
commit dea8688c9d
19 changed files with 43 additions and 54 deletions

View File

@@ -9,7 +9,7 @@
alt="avatar"
/>
<router-link :class="$style.name" :to="$store.state.i | userPage">
<misskey-flavored-markdown :text="$store.state.i.name || $store.state.i.username" :shouldBreak="false" :plainText="true" :custom-emojis="$store.state.i.emojis"/>
<mk-user-name :user="$store.state.i"/>
</router-link>
</mk-widget-container>
</div>