23 lines
749 B
TypeScript
23 lines
749 B
TypeScript
// 统一导出所有模块组件
|
|
|
|
export { default as WxAccountSelect } from './wx-account-select/wx-account-select.vue';
|
|
|
|
export { default as WxLocation } from './wx-location/wx-location.vue';
|
|
export * from './wx-material-select/types';
|
|
|
|
export { default as WxMaterialSelect } from './wx-material-select/wx-material-select.vue';
|
|
|
|
export * from './wx-msg/types';
|
|
|
|
export { default as WxMusic } from './wx-music/wx-music.vue';
|
|
|
|
export { default as WxNews } from './wx-news/wx-news.vue';
|
|
|
|
export * from './wx-reply/types';
|
|
|
|
export { default as WxReplySelect } from './wx-reply/wx-reply.vue';
|
|
|
|
export { default as WxVideoPlayer } from './wx-video-play/wx-video-play.vue';
|
|
|
|
export { default as WxVoicePlayer } from './wx-voice-play/wx-voice-play.vue';
|