vue-router / matchedRouteKey
matchedRouteKey 
ts
const matchedRouteKey: InjectionKey<ComputedRef<
  | RouteRecordNormalized
| undefined>>;Internal
RouteRecord being rendered by the closest ancestor Router View. Used for onBeforeRouteUpdate and onBeforeRouteLeave. rvlm stands for Router View Location Matched

