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({
el: '#app',
router,
// router,
// store,
components: { App },
// template: '<App />',