在调用addRoute方法后,手动更新路由列表,例如:
router.addRoute({ path: '/foo', component: Foo })
// 手动更新路由列表 router.options.routes.push({ path: '/foo', component: Foo })
上一篇:Addrootelementtoresponsemodel”改写为中文。
下一篇:Addrowdynamicallyinreactivefrom的中文翻译