随笔分类 -  vue

摘要:const routes = [ { name: 'users', path: '/users/:id', component: Users }, { path: '/books', component: Books } ] // params使用场景 router.push('/users/123 阅读全文
posted @ 2018-12-20 14:09 aniymx 阅读(1471) 评论(0) 推荐(1)