init project

This commit is contained in:
Tibo
2019-12-17 21:05:34 +01:00
commit 259d1e6e49
16 changed files with 10807 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
// This is the main.js file. Import global CSS and scripts here.
// The Client API can be used here. Learn more: gridsome.org/docs/client-api
import DefaultLayout from '~/layouts/Default.vue'
export default function (Vue, { router, head, isClient }) {
// Set default layout as a global component
Vue.component('Layout', DefaultLayout)
}