Commit 8ba4fb2449355ce12b7868a67631df77597de647

Authored by 前端爱码士
Committed by GitHub
1 parent 1bafeb66

fix: 修复RouteMeta接口定义缺少的RoleEnum引用 (#2323)

Showing 1 changed file with 2 additions and 0 deletions
types/vue-router.d.ts
  1 +import { RoleEnum } from '/@/enums/roleEnum';
  2 +
1 export {}; 3 export {};
2 4
3 declare module 'vue-router' { 5 declare module 'vue-router' {