[wip] vuex, submenu templates, linting rules

This commit is contained in:
Gator
2022-01-09 11:47:18 +01:00
parent b2057d0244
commit 5fe9243560
15 changed files with 8679 additions and 3797 deletions

View File

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