Improve navigation
This commit is contained in:
parent
d5945d675e
commit
6a22d99c17
12 changed files with 198 additions and 72 deletions
|
|
@ -30,12 +30,12 @@ Vue.use((Vue) => {
|
|||
};
|
||||
});
|
||||
|
||||
Vue.use(navigation, router);
|
||||
|
||||
new Vue({
|
||||
vuetify,
|
||||
router,
|
||||
store,
|
||||
matrix,
|
||||
render: h => h(App)
|
||||
}).$mount('#app')
|
||||
|
||||
Vue.use(navigation, router);
|
||||
}).$mount('#app');
|
||||
Loading…
Add table
Add a link
Reference in a new issue