We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a431353 commit ec61e74Copy full SHA for ec61e74
src/components/productsDetailInfo/productsHeader.vue
@@ -7,12 +7,10 @@
7
</div>
8
<p class="product-title-author">
9
<ul class="author-list">
10
- <li v-for="item in authorList"><a rel="author" :href=item.authorLink>{{item.authorName}}</a> </li>
11
- 著
+ <li v-for="item in authorList"><a rel="author" :href=item.authorLink>{{item.authorName}}</a> </li>著
12
</ul>
13
<ul class="author-list" v-if="translatorList.length > 0">
14
- <li v-for="item in translatorList"><a rel="author" :href=item.authorLink>{{item.authorName}}</a> </li>
15
- 译
+ <li v-for="item in translatorList"><a rel="author" :href=item.authorLink>{{item.authorName}}</a> </li>译
16
17
</p>
18
0 commit comments