Skip to content

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

Released under the MIT License.