Skip to content

API DocumentationDocs


API Documentation / matchedRouteKey

Variable: matchedRouteKey

const matchedRouteKey: InjectionKey<ComputedRef<undefined | RouteRecordNormalized>>

Internal

RouteRecord being rendered by the closest ancestor Router View. Used for onBeforeRouteUpdate and onBeforeRouteLeave. rvlm stands for Router View Location Matched

Released under the MIT License.