Vue route路由跳转及传参

位置:首页>文章>详情   分类:Vue.js教程   阅读(1285)   2023-03-28 11:29:14

一、如何在vue中使用route跳转页面并传递参数

this.$router.push({ path: '/path/to/your',query:{param1:value1,param2:value2}});
标签: vue route
地址:https://www.leftso.com/article/506.html