Skip to content

vue-router / routeLocationKey

routeLocationKey

ts
const routeLocationKey: InjectionKey<RouteLocationNormalizedLoadedGeneric>;

Internal

Allows overriding the current route returned by useRoute in tests. rl stands for route location

Released under the MIT License.