摘要: const userId = '123'router.push({ name: 'user', params: { userId }}) // -> /user/123router.push({ path: `/user/${userId}` }) // -> /user/123// 这里的 par 阅读全文
posted @ 2022-01-18 11:31 ajaXJson 阅读(224) 评论(0) 推荐(0) 编辑