created thematique page
This commit is contained in:
@ -3,6 +3,7 @@ import VueRouter from 'vue-router'
|
||||
|
||||
import Home from 'vuejs/components/Pages/Home'
|
||||
import Base from 'vuejs/components/Pages/Base'
|
||||
import Thematique from 'vuejs/components/Pages/Thematique'
|
||||
import Blabla from 'vuejs/components/Pages/Blabla'
|
||||
import Article from 'vuejs/components/Pages/Article'
|
||||
import Showrooms from 'vuejs/components/Pages/Showrooms'
|
||||
@ -41,17 +42,11 @@ const routes = [
|
||||
// 'base': Base
|
||||
// }
|
||||
},
|
||||
// {
|
||||
// name:'blabla',
|
||||
// path: `${basePath}blabla`,
|
||||
// component: Blabla,
|
||||
// children: [
|
||||
// {
|
||||
// path: `${basePath}blabla/:alias`,
|
||||
// component: Article
|
||||
// }
|
||||
// ]
|
||||
// }
|
||||
{
|
||||
name: 'thematique',
|
||||
path: `${basePath}thematique/:alias`,
|
||||
component: Thematique
|
||||
},
|
||||
{
|
||||
name: 'blabla',
|
||||
path: `${basePath}blabla`,
|
||||
|
Reference in New Issue
Block a user