index items ligne de base
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user