题目详情
单选题 3.以下路由传参错误的是
A. this.$router.push({path: `/particulars/${id}`,})
B. this.$router.push({ name: 'particulars',params: {id: id}})
C. this.$router.push({path: '/particulars',query: {id: id}})
D. this.$router.push({path: '/particulars',query: {id }})

学科:javaScript+jQuery前端开发
时间:2025-03-30 09:49:42
相关题目
相关作业
