diff --git a/src/components/Content/Occurence.vue b/src/components/Content/Occurence.vue index 962d312..983c17f 100644 --- a/src/components/Content/Occurence.vue +++ b/src/components/Content/Occurence.vue @@ -2,9 +2,10 @@

@@ -88,13 +89,24 @@ export default { title: this.oc.title, editionTitle: this.editionTitle }) + // if (e.target.getAttribute('form')) { + // this.$router.push({ + // name: `editiontext`, + // params: { + // id: e.target.getAttribute('eduuid'), + // textid: e.target.getAttribute('uuid') + // } + // }) + // } else { this.$router.push({ - name: `editiontext`, + name: `editiontextextract`, params: { id: e.target.getAttribute('eduuid'), - textid: e.target.getAttribute('uuid') + textid: e.target.getAttribute('uuid'), + extract: e.target.getAttribute('form') } }) + // } } else { this.$router.push({ name: `edition`, diff --git a/src/pages/Edition.vue b/src/pages/Edition.vue index 5929427..10ff22b 100644 --- a/src/pages/Edition.vue +++ b/src/pages/Edition.vue @@ -138,6 +138,7 @@ export default { meta: null, editionid: null, textid: null, + extract: null, texts: [], textsuuids: [], metainfotitle: undefined, diff --git a/src/pages/Nominum.vue b/src/pages/Nominum.vue index e86493f..e61a77f 100644 --- a/src/pages/Nominum.vue +++ b/src/pages/Nominum.vue @@ -29,7 +29,7 @@ -