入门
基础
- 动态路由匹配 Dynamic Route Matching
- 路由的匹配语法 Routes' Matching Syntax
- 嵌套路由 Nested Routes
- 编程式导航 Programmatic Navigation
- 命名路由 Named Routes
- 命名视图 Named Views
- 重定向和别名 Redirect and Alias
- 路由组件传参 Passing Props to Route Components
- 不同的历史记录模式 Different History modes
进阶
- 导航守卫 Navigation guards
- 导航故障 Navigation Failures
- 路由元信息 Route Meta Fields
- 数据获取 Data Fetching
- 组合式 API Composition API
- 过渡动效 Transitions
- 滚动行为 Scroll Behavior
- 路由懒加载 Lazy Loading Routes
- 类型化路由 Typed Routes
- 扩展路由链接 Extending RouterLink
- 动态路由 Dynamic Routing
迁移
API 手册
接口
- 历史记录状态 HistoryState
- 导航故障 NavigationFailure
- 导航卫士 NavigationGuard
- 导航卫士下一页 NavigationGuardNext
- 导航卫士用这个 NavigationGuardWithThis
- 导航后 NavigationHookAfter
- 路由位置 RouteLocation
- 路由位置匹配 RouteLocationMatched
- 路由位置规范化 RouteLocationNormalized
- 路线位置规范加载 RouteLocationNormalizedLoaded
- 路由位置选项 RouteLocationOptions
- 路线梅塔 RouteMeta
- 路由记录规范化 RouteRecordNormalized
- 路由器 Router
- 路由器历史 RouterHistory
- 路由器链接配置文件 RouterLinkProps
- 路由器选项 RouterOptions
- 路由器滚动行为 RouterScrollBehavior
- 路由器视图Props RouterViewProps
文章来源于网络收集而来,版权归原创者所有,如有侵权请及时联系!
路由位置规范化 RouteLocationNormalized
类似于RouteLocation 但它的matched 不能包含重定向记录
Hierarchy
_RouteLocationBase
↳RouteLocationNormalized
Properties
fullPath
• fullPath: string
包括search
和hash
在内的整个位置。 这个字符串是百分比编码的。
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论