mirror of
https://github.com/KevinMidboe/planetposen.git
synced 2025-12-08 20:38:56 +00:00
Cart store module.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import Vue from 'vue'
|
||||
import VueRouter from 'vue-router'
|
||||
import router from './routes'
|
||||
// import store from './store'
|
||||
import store from './store'
|
||||
|
||||
import App from './App.vue'
|
||||
|
||||
@@ -10,7 +10,7 @@ Vue.use(VueRouter)
|
||||
new Vue({
|
||||
el: '#app',
|
||||
router,
|
||||
// store,
|
||||
store,
|
||||
components: { App },
|
||||
render: h => h(App)
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user