返回介绍

入门

基础

进阶

迁移

API 手册

接口

路由位置规范化 RouteLocationNormalized

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

类似于RouteLocation 但它的matched 不能包含重定向记录

Hierarchy

  • _RouteLocationBase
    RouteLocationNormalized

Properties

fullPath

fullPath: string

包括searchhash在内的整个位置。 这个字符串是百分比编码的。

Inherited from

_RouteLocationBase.fullPath


hash

hash: string

当前位置的哈希值。 如果存在,则以#开头。

Inherited from

_RouteLocationBase.hash


matched

matched: RouteRecordNormalized

Array of RouteRecordNormalized


meta

meta: RouteMeta

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

Inherited from

_RouteLocationBase.meta


name

name: undefined | null | RouteRecordName

匹配记录的名称

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 和您的相关数据。
    原文