We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf813e8 commit 3be0abdCopy full SHA for 3be0abd
packages/router/src/typed-routes/route-location.ts
@@ -15,7 +15,9 @@ import type { RouteRecordNameGeneric } from './route-records'
15
/**
16
* Generic version of {@link RouteLocation}. It is used when no {@link RouteMap} is provided.
17
*/
18
-export interface RouteLocationGeneric extends _RouteLocationBase {
+export interface RouteLocationGeneric
19
+ extends _RouteLocationBase,
20
+ RouteLocationOptions {
21
22
* Array of {@link RouteRecord} containing components as they were
23
* passed when adding records. It can also contain redirect records. This
0 commit comments