Files
aiot-platform-ui/apps/web-antd/src/views/mp/components/wx-reply/index.ts

6 lines
192 B
TypeScript
Raw Normal View History

2025-11-13 14:44:08 +08:00
export * from './types';
2025-11-04 14:31:32 +08:00
2025-11-13 14:44:08 +08:00
export { default as WxReply } from './wx-reply.vue';
// TODO @hw每个组件下的 index.ts 要不都删除,统一在 mp/components/index.ts 暴露就好了?