wip
This commit is contained in:
parent
bc632cefe5
commit
29b7bd258c
9 changed files with 70 additions and 96 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue