added showrooms pages, made page-title color
This commit is contained in:
@ -1,10 +1,11 @@
|
||||
import Vue from 'vue'
|
||||
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'
|
||||
import Article from 'vuejs/components/Content/Article'
|
||||
import Home from 'vuejs/components/Pages/Home'
|
||||
import Base from 'vuejs/components/Pages/Base'
|
||||
import Blabla from 'vuejs/components/Pages/Blabla'
|
||||
import Article from 'vuejs/components/Pages/Article'
|
||||
import Showrooms from 'vuejs/components/Pages/Showrooms'
|
||||
|
||||
Vue.use(VueRouter)
|
||||
|
||||
@ -59,6 +60,12 @@ const routes = [
|
||||
path: `${basePath}blabla/:alias`,
|
||||
component: Article,
|
||||
// meta: { uuid:null }
|
||||
},
|
||||
{
|
||||
name:'showrooms',
|
||||
path: `${basePath}showrooms`,
|
||||
component: Showrooms,
|
||||
// meta: { uuid:null }
|
||||
}
|
||||
// {
|
||||
// path: '*',
|
||||
|
Reference in New Issue
Block a user