题库维护。刷题软件数据后台
ss-tiku-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 {}