diff --git a/src/types/router.d.ts b/src/types/router.d.ts index d47a8ea..9f30636 100644 --- a/src/types/router.d.ts +++ b/src/types/router.d.ts @@ -16,6 +16,7 @@ declare module 'vue-router' { roles?: string[]; alwaysShow?: boolean; query?: string; + ext?: string; parentPath?: string; }