dykj-platfrom/types/components.d.ts

9 lines
193 B
TypeScript
Raw Permalink Normal View History

2024-05-26 09:55:01 +08:00
declare module 'vue' {
export interface GlobalComponents {
Icon: typeof import('@/components/Icon')['Icon']
DictTag: typeof import('@/components/DictTag')['DictTag']
}
}
export {}