index items ligne de base

This commit is contained in:
2022-03-18 15:37:14 +01:00
parent c30aa42b1d
commit 8f5c72e43b
3 changed files with 14 additions and 11 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
@click.prevent="onGoToText"
@keyup.enter="onGoToText"
>
{{ oc.title }} <span v-if="oc.ed.uuid" class="edition">( {{ editionTitle }} )</span>
<span v-html="oc.title" /> <span v-if="oc.ed.uuid" class="edition">( {{ editionTitle }} )</span>
<!-- <span v-if="oc.form" class="form">( "{{ oc.form }}" )</span> -->
</a>
</h4>
+1 -1
View File
@@ -9,7 +9,7 @@
@click.prevent="onGoToText"
@keyup.enter="onGoToText"
>
{{ oc.title }} <span v-if="oc.form" class="form">( "{{ oc.form }}" )</span>
<span v-html="oc.title" /> <span v-if="oc.form" class="form">( "{{ oc.form }}" )</span>
</a>
</h4>
<!-- <span