started to implement blabla : menu block, link vuejsed, route, component

This commit is contained in:
2019-07-12 22:15:09 +02:00
parent 3a594202b8
commit a8027261e3
10 changed files with 523 additions and 7 deletions

View File

@ -3,6 +3,7 @@ import VueRouter from 'vue-router'
import Home from 'vuejs/components/Content/Home'
import Base from 'vuejs/components/Content/Base'
import Blabla from 'vuejs/components/Content/Blabla'
Vue.use(VueRouter)
@ -36,6 +37,16 @@ const routes = [
// 'base': Base
// }
},
{
name:'blabla',
path: `${basePath}blabla`,
// path: `/base`,
// alias: (() => languages.map(l => `/${l}/base`))(),
component: Blabla,
// components: {
// 'base': Base
// }
},
// {
// path: '*',
// name: 'notfound',