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,8 @@
import type { App } from 'vue'
import { Icon } from './Icon'
import { Permission } from './Permission'
export const setupGlobCom = (app: App<Element>): void => {
app.component('Icon', Icon)
app.component('Permission', Permission)
}