export { default as WxAccountSelect } from './wx-account-select/wx-account-select.vue'; export { default as WxLocation } from './wx-location/wx-location.vue'; export { default as WxMaterialSelect } from './wx-material-select/wx-material-select.vue'; export { default as WxMsg } from './wx-msg/msg.vue'; // TODO @hw、@dylan:貌似和 antd 不同。antd 这里是 export { default as WxMsg } from './wx-msg/wx-msg.vue'; 看看哪个是对的 export { default as WxMusic } from './wx-music/wx-music.vue'; export { default as WxNews } from './wx-news/wx-news.vue'; export { default as WxReply } 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';