result item display ok #791
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
:href="'/edition/'+result.textId+'/'+result.uuid"
|
:href="'/edition/'+result.textId+'/'+result.uuid"
|
||||||
@click.prevent="onclick"
|
@click.prevent="onclick"
|
||||||
@keyup.enter="onclick"
|
@keyup.enter="onclick"
|
||||||
v-html="result.title[0]"
|
v-html="result.title"
|
||||||
/>
|
/>
|
||||||
</h1>
|
</h1>
|
||||||
<h2>
|
<h2>
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
</h2>
|
</h2>
|
||||||
<!-- <p v-if="preview" class="preview" v-html="preview" /> -->
|
<!-- <p v-if="preview" class="preview" v-html="preview" /> -->
|
||||||
<aside>
|
<aside>
|
||||||
<span>Pagination</span> | <span>Nbr mots</span>
|
<span>{{ result.pages.prefix }} {{ result.pages.range }}</span> | <span>{{ result.size.quantity }} {{ result.size.unit }}</span>
|
||||||
</aside>
|
</aside>
|
||||||
</article>
|
</article>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user