https://router.vuejs.org/zh/api/#路由对象属性

$route.query

  • 类型: Object

    一个 key/value 对象,表示 URL 查询参数。例如,对于路径 /foo?user=1,则有 $route.query.user == 1,如果没有查询参数,则是个空对象。

相关文章:

  • 2021-04-07
  • 2021-05-21
  • 2022-12-23
  • 2021-12-30
  • 2021-08-01
  • 2022-12-23
  • 2022-12-23
  • 2022-03-07
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-20
  • 2022-03-10
相关资源
相似解决方案