mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-01-23 17:50:25 +08:00
fix: 修复RouteMeta接口定义缺少的RoleEnum引用 (#2323)
This commit is contained in:
parent
1bafeb6638
commit
8ba4fb2449
2
types/vue-router.d.ts
vendored
2
types/vue-router.d.ts
vendored
@ -1,3 +1,5 @@
|
||||
import { RoleEnum } from '/@/enums/roleEnum';
|
||||
|
||||
export {};
|
||||
|
||||
declare module 'vue-router' {
|
||||
|
Loading…
Reference in New Issue
Block a user