We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c53949e commit 83e6b9bCopy full SHA for 83e6b9b
types/router.d.ts
@@ -62,7 +62,7 @@ export declare class VueRouter {
62
static install: PluginFunction<never>
63
static version: string
64
65
- static isRouterError: (error: any, type?: NavigationFailureTypeE) => error is Error
+ static isNavigationFailure: (error: any, type?: NavigationFailureTypeE) => error is Error
66
static NavigationFailureType: NavigationFailureTypeE
67
}
68
0 commit comments