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 b5ce47f commit e7b375cCopy full SHA for e7b375c
types/router.d.ts
@@ -28,6 +28,7 @@ declare class VueRouter {
28
back (): void;
29
forward (): void;
30
getMatchedComponents (to?: RawLocation): Component[];
31
+ onReady (cb: Function);
32
addRoutes (routes: RouteConfig[]): void;
33
resolve (to: RawLocation, current?: Route, append?: boolean): {
34
location: Location;
0 commit comments