自然鞋子

文章
5
资源
1
加入时间
2年10月24天

16. Vue.js参数传递参数传递

参数传递示例一修改index.js// ...export default new Router({ routes: [ { path: '/main', name: 'Main', component: Main, children: [ {path: '/user/profile/:id', name: 'UserProfile', component: UserProfile}, {path: '/