📜  带有参数 vue 的导航栏路由 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:02:55.232000             🧑  作者: Mango

代码示例2
//if we have a route that admits params via url:
{path : '/page/:id?', name='page', component: Page},

  //we can edit the url to show the params we want like this: