list corpus added texts #1260

This commit is contained in:
2022-01-20 16:31:36 +01:00
parent e1d126c0fc
commit fa6f051051
3 changed files with 46 additions and 14 deletions
+5
View File
@@ -26,6 +26,7 @@
<li v-for="text in corpus.editions.content" :key="text.uuid">
<h3>
<a
class="title"
:href="text.url"
:uuid="text.uuid"
@click.prevent="onclick"
@@ -33,6 +34,10 @@
v-html="text.title"
/>
</h3>
<p
class="biblio"
v-html="text.biblio"
/>
</li>
</ul>
</section>