Commented out router declaration

This commit is contained in:
2019-11-16 17:21:18 +01:00
parent a604e9de8f
commit 6caef24fd8

View File

@@ -9,7 +9,7 @@ Vue.use(VueRouter)
new Vue({ new Vue({
el: '#app', el: '#app',
router, // router,
// store, // store,
components: { App }, components: { App },
// template: '<App />', // template: '<App />',