2022-01-03 09:41:34 +08:00
|
|
|
declare module 'vue' {
|
|
|
|
export interface GlobalComponents {
|
2023-09-24 10:29:13 +08:00
|
|
|
Icon: (typeof import('../components/Icon/src/Icon.vue'))['default']
|
|
|
|
Permission: (typeof import('../components/Permission/src/Permission.vue'))['default']
|
2022-01-03 09:41:34 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
export {}
|