strated to displaying falgcollection on the left of results
This commit is contained in:
@ -18,7 +18,7 @@ Vue.use(VueRouter)
|
||||
// const languages = ['en', 'fr'];
|
||||
// console.log('path aliases', (() => languages.map(l => `/${l}/base`))() );
|
||||
|
||||
let basePath = drupalSettings.path.baseUrl + drupalSettings.path.pathPrefix;
|
||||
const basePath = drupalSettings.path.baseUrl + drupalSettings.path.pathPrefix
|
||||
|
||||
const routes = [
|
||||
{
|
||||
@ -32,11 +32,11 @@ const routes = [
|
||||
// }
|
||||
},
|
||||
{
|
||||
name:'base',
|
||||
name: 'base',
|
||||
path: `${basePath}base`,
|
||||
// path: `/base`,
|
||||
// alias: (() => languages.map(l => `/${l}/base`))(),
|
||||
component: Base,
|
||||
component: Base
|
||||
// components: {
|
||||
// 'base': Base
|
||||
// }
|
||||
@ -53,20 +53,20 @@ const routes = [
|
||||
// ]
|
||||
// }
|
||||
{
|
||||
name:'blabla',
|
||||
name: 'blabla',
|
||||
path: `${basePath}blabla`,
|
||||
component: Blabla
|
||||
},
|
||||
{
|
||||
name:'article',
|
||||
name: 'article',
|
||||
path: `${basePath}blabla/:alias`,
|
||||
component: Article,
|
||||
component: Article
|
||||
// meta: { uuid:null }
|
||||
},
|
||||
{
|
||||
name:'showrooms',
|
||||
name: 'showrooms',
|
||||
path: `${basePath}showrooms`,
|
||||
component: Showrooms,
|
||||
component: Showrooms
|
||||
// meta: { uuid:null }
|
||||
},
|
||||
// {
|
||||
@ -77,7 +77,7 @@ const routes = [
|
||||
// }
|
||||
// },
|
||||
{
|
||||
name:'pricing',
|
||||
name: 'pricing',
|
||||
path: `${basePath}pricing`,
|
||||
component: Pricing
|
||||
}
|
||||
|
Reference in New Issue
Block a user