[F] Fix vue is not defined

This commit is contained in:
Hykilpikonna
2019-12-25 17:59:45 -05:00
parent 6e5ed77583
commit 1a743dbd1f
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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
+1 -1
View File
@@ -47,7 +47,7 @@
</template>
<script lang="ts">
import {Component} from "vue-property-decorator";
import {Component, Vue} from "vue-property-decorator";
@Component
export default class Home extends Vue