From 6e5ed775832716771aeb5fb32c6e895baf8259f6 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Wed, 25 Dec 2019 17:59:22 -0500 Subject: [PATCH] [U] Update imports --- src/App.ts | 6 +----- src/content/Home.vue | 12 ++++++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/App.ts b/src/App.ts index f02d62b..a70e2d5 100644 --- a/src/App.ts +++ b/src/App.ts @@ -3,7 +3,6 @@ import {Component, Vue} from 'vue-property-decorator'; import config from '@/content/config.json'; import Responsive from "@/responsive"; import PhotoSwipper from "@/PhotoSwipper.vue"; -import {homeContent} from "@/content/home.ts" /** * Data class for artworks @@ -76,15 +75,12 @@ class Artwork } } -@Component({components: {PhotoSwipper}}) +@Component({components: {PhotoSwipper, Home}}) export default class App extends Vue { // Create variable from imported config config = config; - // Home - home = homeContent; - // Parsed artworks artworks: Artwork[] = []; diff --git a/src/content/Home.vue b/src/content/Home.vue index 75f0ce6..0354753 100644 --- a/src/content/Home.vue +++ b/src/content/Home.vue @@ -46,12 +46,16 @@ - -