From ddf5c9356b9d459dededb826faa7a41f34605b72 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Thu, 22 Sep 2022 00:06:25 +0200 Subject: Create model --- pages/models/_id.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'pages/models/_id.vue') diff --git a/pages/models/_id.vue b/pages/models/_id.vue index 48ff0eb..1017032 100644 --- a/pages/models/_id.vue +++ b/pages/models/_id.vue @@ -139,6 +139,11 @@ export default { boxFilesToDownload: false, }; }, + head() { + return { + title: this.model.name + " ยท Verden", + }; + }, components: { ModelStl, ModelObj, @@ -148,7 +153,7 @@ export default { this.id = this.$route.params.id; this.baseAPI = this.$config.api; - this.$store.dispatch("models/findModal", this.id).then((response) => { + this.$store.dispatch("models/findModel", this.id).then((response) => { if (response.status != 200) { window.location.href = "/models"; } else { -- cgit v1.2.3-18-g5258