not launching vue on commerce pages

This commit is contained in:
2019-10-07 17:32:14 +02:00
parent d5a6194727
commit dc3d0d1ca3
6 changed files with 72 additions and 127 deletions

View File

@ -7,7 +7,7 @@ import Blabla from 'vuejs/components/Pages/Blabla'
import Article from 'vuejs/components/Pages/Article'
import Showrooms from 'vuejs/components/Pages/Showrooms'
import Pricing from 'vuejs/components/Pages/Pricing'
import Cart from 'vuejs/components/Pages/Cart'
// import Cart from 'vuejs/components/Pages/Cart'
Vue.use(VueRouter)
@ -80,12 +80,12 @@ const routes = [
name:'pricing',
path: `${basePath}pricing`,
component: Pricing
},
{
name:'cart',
path: `${basePath}cart`,
component: Cart
}
// {
// name:'cart',
// path: `${basePath}cart`,
// component: Cart
// }
]
export default new VueRouter({