[wip] vuex, submenu templates, linting rules

This commit is contained in:
2022-01-09 11:47:18 +01:00
parent 248a334bf0
commit 890018c0dc
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')