vue-router / viewDepthKey
viewDepthKey
ts
const viewDepthKey: InjectionKey<number | Ref<number, number>>;Internal
Allows overriding the router view depth to control which component in matched is rendered. rvd stands for Router View Depth

