[+] Import photo swipper component

This commit is contained in:
Hykilpikonna
2019-12-24 22:37:47 -05:00
parent ba9c78761f
commit 63da23c01a
+2 -1
View File
@@ -2,6 +2,7 @@ import {Component, Vue} from 'vue-property-decorator';
import config from '@/content/charlie-config.json';
import Responsive from "@/responsive";
import PhotoSwipper from "@/PhotoSwipper.vue";
/**
* Data class for artworks
@@ -47,7 +48,7 @@ class Artwork
}
}
@Component
@Component({components: {PhotoSwipper}})
export default class App extends Vue
{
// Create variable from imported config