vue-router / matchedRouteKey
matchedRouteKey
ts
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