vue.js动态路由正则表达式

时间:2017-11-30 13:01:58

标签: vue.js vuejs2 vue-router

我有问题。我需要最后一个路由正则表达式不匹配product1和产品。最后一条路线必须在不同的组件中打开。

这种情况不起作用。

{path: '/products/product1/:name?', component: product1},
{path: '/products/product2/:name?/:another?', component: product2},

{path: '/products/?!:category(/product1|product2/)/:name?/:another?', component: main},

0 个答案:

没有答案