莳松云平台
ss-manage-web/types/components.d.ts

9 lines
193 B

2 months ago
declare module 'vue' {
export interface GlobalComponents {
Icon: typeof import('@/components/Icon')['Icon']
DictTag: typeof import('@/components/DictTag')['DictTag']
}
}
export {}