This commit is contained in:
syuilo
2018-04-09 19:18:15 +09:00
parent 47fc8f63be
commit 2560d3d1c1
12 changed files with 20 additions and 48 deletions

View File

@@ -9,7 +9,7 @@
<router-link class="name" :to="note.user | userPage" v-user-preview="note.user.id">{{ note.user | userName }}</router-link>
<span class="username">@{{ note.user | acct }}</span>
<div class="info">
<router-link class="created-at" :to="`/@${getAcct(note.user)}/${note.id}`">
<router-link class="created-at" :to="note | notePage">
<mk-time :time="note.createdAt"/>
</router-link>
</div>