transversal links : index -> text -> index -> text etc

This commit is contained in:
2020-07-10 15:37:32 +02:00
parent 2e952d4c5d
commit 826734da1a
5 changed files with 102 additions and 18 deletions
@@ -18,12 +18,12 @@
<ul>
<li
v-for="oc in ocAsArray(ed.occurences)"
:key="oc.uuid"
:key="oc.id"
>
<!-- <li
v-for="oc in ed.occurences"
:key="oc.uuid"
> -->
<!-- <li
v-for="oc in ed.occurences"
:key="oc.uuid"
> -->
<h4>
<a
:href="'/edition/'+ed.item+'/'+oc.uuid"