tapi/z_ele/components.d.ts
u2nyakim 78cbfb21d5 up.
2025-08-22 10:46:24 +08:00

11 lines
227 B
TypeScript

import 'element-plus/global';
import 'ele-admin-plus/typings/global';
declare module 'vue' {
export interface GlobalComponents {
DictData: (typeof import('@/components/DictData/index.vue'))['default'];
}
}
export {};