Initial commit

This commit is contained in:
Kamil Klecha
2021-10-13 21:30:26 +02:00
parent ffed90ec4f
commit e57756227b
13 changed files with 752 additions and 253 deletions

View File

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