2023-02-11 00:44:00 +08:00
|
|
|
declare module 'vue' {
|
|
|
|
export interface GlobalComponents {
|
2023-03-27 10:37:11 +08:00
|
|
|
Icon: typeof import('@/components/Icon')['Icon']
|
|
|
|
DictTag: typeof import('@/components/DictTag')['DictTag']
|
2023-02-11 00:44:00 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
export {}
|