# Vue router param 无法传参 原因是 ```js this.$router.push({path: "/home",params:{...}}) ``` 改为 ```js this.$router.push({{path: "/home", name: "home", params:{...}}}) ``` 就行了 #### 使用params传参只能使用name进行引入 最后修改:2021 年 02 月 06 日 © 允许规范转载 打赏 赞赏作者 支付宝微信 赞 如果觉得我的文章对你有用,请随意赞赏