API 文档 / RouteLocationNormalizedGeneric
接口: RouteLocationNormalizedGeneric
当没有提供 RouteMap 时使用的 RouteLocationNormalized 的通用版本。
层次结构
↳
RouteLocationNormalizedGeneric
属性
fullPath
• fullPath: string
包含 search
和 hash
的整个位置。此字符串是百分比编码的。
继承自
hash
• hash: string
当前位置的哈希值。如果存在,则以 #
开头。
继承自
matched
• matched: RouteRecordNormalized
[]
meta
• meta: RouteMeta
合并了所有匹配路由记录的 meta
属性。
继承自
name
• name: RouteRecordNameGeneric
匹配记录的名称
覆盖
params
• params: RouteParamsGeneric
从 path
中提取的解码参数对象。
覆盖
path
• path: string
URL 的百分比编码路径名部分。
继承自
query
• query: LocationQuery
当前位置的 search
属性的对象表示形式。
继承自
redirectedFrom
• redirectedFrom: undefined
| RouteLocationGeneric
包含我们最初尝试访问的位置,然后最终到达当前位置。