style(components): add
s to story info
This commit is contained in:
parent
fe44a461ea
commit
5d921c5087
@ -12,12 +12,12 @@
|
||||
<a-descriptions-item label="Author">
|
||||
<nuxt-link :to="`/user/${story?.author._id}`">{{ story?.author.username }}</nuxt-link>
|
||||
<span v-if="story.coAuthor">
|
||||
& <nuxt-link :to="`/user/${story.coAuthor._id}`">{{ story.coAuthor.username }}</nuxt-link>
|
||||
& <nuxt-link :to="`/user/${story.coAuthor._id}`">{{ story.coAuthor.username }}</nuxt-link>
|
||||
</span>
|
||||
</a-descriptions-item>
|
||||
<a-descriptions-item label="Bands">
|
||||
<div class="wrapLong" v-for="(item, index) in story?.currentChapter.bands">
|
||||
<span>
|
||||
<span v-if="item">
|
||||
<nuxt-link :to="`/band/${item._id}`">
|
||||
{{ item.name }}
|
||||
</nuxt-link>
|
||||
|
Loading…
Reference in New Issue
Block a user