Browse Source

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

pull/2326/head
前端爱码士 3 years ago
committed by GitHub
parent
commit
8ba4fb2449
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      types/vue-router.d.ts

2
types/vue-router.d.ts

@ -1,3 +1,5 @@
import { RoleEnum } from '/@/enums/roleEnum';
export {};
declare module 'vue-router' {

Loading…
Cancel
Save