码迷,mamicode.com
首页 > 其他好文 > 详细

$router path name 的疑问

时间:2017-11-06 14:53:56      阅读:102      评论:0      收藏:0      [点我收藏+]

标签:push   list   路由   routes   使用   为什么   今天   component   疑问   

今天在用路由传递参数时

this.$router.push({path: ‘list‘, params: {list: list}})

使用上面的办法this.$route.params.list 为undefind

而使用

this.$router.push({name: ‘list‘, params: {list: list}})却可以

routes: [
{
name: ‘list‘,
path: ‘/list‘,
component: list
}
]

不知道为什么

$router path name 的疑问

标签:push   list   路由   routes   使用   为什么   今天   component   疑问   

原文地址:http://www.cnblogs.com/-maomao-/p/7792774.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!