refactor: remove vuex

This commit is contained in:
2019-03-22 18:57:48 +03:00
parent e3e7b0c117
commit 80fdf0ef6f
4 changed files with 1 additions and 24 deletions

View File

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