题库维护。刷题软件数据后台
 
 
 
 
 
 
ss-tiku-manage-web/types/components.d.ts

8 lines
193 B

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