6 lines
189 B
TypeScript
6 lines
189 B
TypeScript
export { MsgType } from './types';
|
||
|
||
export { default } from './wx-msg.vue';
|
||
|
||
// TODO @hw:每个组件下的 index.ts 要不都删除,统一在 mp/components/index.ts 暴露就好了?
|