首页
技术博客
登录
6mi
u
盘
搜
搜 索
技术博客
vue-router的传参方式
vue-router的传参方式
tech
2023-02-27
109
1.query方式传参和接收参数
传参: this.$router.push({ path:'/xxx' query:{ id:id } }) 接收参数: this.$route.query.id
2.params方式传参和接收参数
传参: this.$router.push({ name:'xxx' params:{ id:id } }) 接收参数: this.$route.params.id
转载请注明原文地址:https://tech.qufami.com/read-10104.html
最新回复
(
0
)