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 0adabe7 commit 4f27b5dCopy full SHA for 4f27b5d
src/typings/router-guards-service.d.ts
@@ -2,6 +2,7 @@ import type {
2
NavigationGuard,
3
NavigationGuardNext,
4
} from 'vue-router';
5
+import type { Route } from "./router-service";
6
7
export type NextCallback = (vm: any) => any;
8
0 commit comments