diff --git a/src/components/Content/HistoryItem.vue b/src/components/Content/HistoryItem.vue index fe8d1c4..7a34714 100644 --- a/src/components/Content/HistoryItem.vue +++ b/src/components/Content/HistoryItem.vue @@ -18,7 +18,7 @@ diff --git a/src/components/Content/ResultItem.vue b/src/components/Content/ResultItem.vue index c4c9211..1400557 100644 --- a/src/components/Content/ResultItem.vue +++ b/src/components/Content/ResultItem.vue @@ -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`,