This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
<ul v-if="editionslist.length" class="item-list">
|
<ul v-if="editionslist.length" class="item-list">
|
||||||
<li v-for="(corpus,index) in editionslist" :key="index">
|
<li v-for="(corpus,index) in editionslist" :key="index">
|
||||||
<header>
|
<header>
|
||||||
<h2>{{ corpus.author.title }}</h2>
|
<h2>{{ corpus.author.author }}</h2>
|
||||||
<h3 class="editions-quantity">
|
<h3 class="editions-quantity">
|
||||||
Corpus : {{ corpus.author.editionsQuantity.quantity }} {{ corpus.author.editionsQuantity.unit }}, {{ corpus.author.date }}
|
Corpus : {{ corpus.author.editionsQuantity.quantity }} {{ corpus.author.editionsQuantity.unit }}, {{ corpus.author.date }}
|
||||||
</h3>
|
</h3>
|
||||||
|
|||||||
Reference in New Issue
Block a user