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: '/