feat: 新增权限测试页

This commit is contained in:
kailong321200875
2023-08-06 09:45:13 +08:00
parent c4576bd57b
commit 3fe40ba62d
11 changed files with 207 additions and 34 deletions

View File

@@ -1,6 +1,7 @@
declare module 'vue' {
export interface GlobalComponents {
Icon: typeof import('../components/Icon/src/Icon.vue')['default']
Permission: typeof import('../components/Permission/src/Permission.vue')['default']
}
}