@jdlinker/linker
Version:
jdLinker 系统模块
15 lines (14 loc) • 710 B
text/typescript
// import { withInstall } from '@jdlinker/utils';
// import sysMessageModal from './system/message/components/SysMessageModal.vue';
// import detailModal from './jlap/monitor/mynews/DetailModal.vue';
// import dynamicNotice from './jlap/monitor/mynews/DynamicNotice.vue';
//
// export * from './system/tenant/tenant.api';
// export * from './system/depart/depart.api';
// export * from './system/dict/dict.api';
// export * from './jlap/monitor/mynews/mynews.api';
// export * from './system/message/components/useSysMessage';
//
// export const SysMessageModal = withInstall(sysMessageModal);
// export const DetailModal = withInstall(detailModal);
// export const DynamicNotice = withInstall(dynamicNotice);