This commit is contained in:
syuilo 2018-02-22 22:27:28 +09:00
parent bc632cefe5
commit 29b7bd258c
9 changed files with 70 additions and 96 deletions

View file

@ -7,7 +7,7 @@
<header>
<router-link class="name" :to="`/${post.user.username}`">{{ post.user.name }}</router-link>
<span class="username">@{{ post.user.username }}</span>
<router-link class="created-at" :href="`/${post.user.username}/${post.id}`">
<router-link class="created-at" :to="`/${post.user.username}/${post.id}`">
<mk-time :time="post.created_at"/>
</router-link>
</header>