From 1a743dbd1f1b9503190d600d2d6b4378aef06f49 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Wed, 25 Dec 2019 17:59:45 -0500 Subject: [PATCH] [F] Fix vue is not defined --- src/App.ts | 1 + src/content/Home.vue | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/App.ts b/src/App.ts index a70e2d5..759c80e 100644 --- a/src/App.ts +++ b/src/App.ts @@ -3,6 +3,7 @@ import {Component, Vue} from 'vue-property-decorator'; import config from '@/content/config.json'; import Responsive from "@/responsive"; import PhotoSwipper from "@/PhotoSwipper.vue"; +import Home from "@/content/Home.vue"; /** * Data class for artworks diff --git a/src/content/Home.vue b/src/content/Home.vue index 0354753..5f8e476 100644 --- a/src/content/Home.vue +++ b/src/content/Home.vue @@ -47,7 +47,7 @@