fix history nav content
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
</h2>
|
||||
<!-- <p v-if="preview" class="preview" v-html="preview" /> -->
|
||||
<aside>
|
||||
<span>Pagination</span> | <span>Nbr mots</span>
|
||||
<span>{{ item.pages.prefix }} {{ item.pages.range }}</span> | <span>{{ item.size.quantity }} {{ item.size.unit }}</span>
|
||||
</aside>
|
||||
</article>
|
||||
</template>
|
||||
|
||||
@@ -63,8 +63,10 @@ export default {
|
||||
this.addHistoryItem({
|
||||
id: this.result.textId,
|
||||
textid: this.result.uuid,
|
||||
title: this.result.title[0],
|
||||
editionTitle: this.editionTitle
|
||||
title: this.result.title,
|
||||
editionTitle: this.editionTitle,
|
||||
pages: this.result.pages,
|
||||
size: this.result.size
|
||||
})
|
||||
this.$router.push({
|
||||
name: `editiontext`,
|
||||
|
||||
Reference in New Issue
Block a user