Skip to content

Commit 83e6b9b

Browse files
committed
refactor: add missing type rename [skip ci]
1 parent c53949e commit 83e6b9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/router.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export declare class VueRouter {
6262
static install: PluginFunction<never>
6363
static version: string
6464

65-
static isRouterError: (error: any, type?: NavigationFailureTypeE) => error is Error
65+
static isNavigationFailure: (error: any, type?: NavigationFailureTypeE) => error is Error
6666
static NavigationFailureType: NavigationFailureTypeE
6767
}
6868

0 commit comments

Comments
 (0)