adding initial

This commit is contained in:
2020-03-22 03:16:57 +00:00
parent eda3fa20ce
commit 77bf8f3826
11 changed files with 293 additions and 98 deletions

View File

@@ -2,11 +2,13 @@ import Vue from 'vue'
import App from './App.vue'
import router from './router'
import store from './store'
import vuetify from './plugins/vuetify';
Vue.config.productionTip = false
new Vue({
router,
store,
vuetify,
render: h => h(App)
}).$mount('#app')