mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-23 02:00:33 +03:00
feat: major refactor, cleanup and jest tests
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import assign from 'object-assign'
|
||||
import Vue from 'vue'
|
||||
import store from './store'
|
||||
import router from './router'
|
||||
import App from './App.vue'
|
||||
|
||||
const app = new Vue(assign(App, { router, store }))
|
||||
App.router = router
|
||||
App.store = store
|
||||
|
||||
app.$mount('#app')
|
||||
new Vue(App).$mount('#app')
|
||||
|
||||
Reference in New Issue
Block a user