返回介绍

入门

基础

进阶

迁移

API 手册

接口

路由位置 RouteLocation

发布于 2024-04-15 21:57:55 字数 2868 浏览 0 评论 0 收藏 0

RouteLocationRaw resolved using the matcher

Hierarchy

  • _RouteLocationBase
    RouteLocation

Properties

fullPath

fullPath: string

The whole location including the search and hash. This string is percentage encoded.

Inherited from

_RouteLocationBase.fullPath


hash

hash: string

Hash of the current location. If present, starts with a #.

Inherited from

_RouteLocationBase.hash


matched

matched: RouteRecordNormalized

RouteRecord 数组包含添加记录时传递的组件。 它还可以包含重定向记录。 这个不能直接用


meta

meta: RouteMeta

合并所有匹配路由记录的meta属性。

Inherited from

_RouteLocationBase.meta


name

name: undefined | null | RouteRecordName

Name of the matched record

Inherited from

_RouteLocationBase.name


params

params: RouteParams

path中提取的解码参数的对象。

Inherited from

_RouteLocationBase.params


path

path: string

URL 的百分比编码路径名部分。

Inherited from

_RouteLocationBase.path


query

query: LocationQuery

当前位置的search属性的对象表示。

Inherited from

_RouteLocationBase.query


redirectedFrom

redirectedFrom: undefined | RouteLocation

包含我们在到达当前位置之前最初尝试访问的位置。

Inherited from

_RouteLocationBase.redirectedFrom

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文