fix: ele改回使用账号选择组件
This commit is contained in:
@@ -1,24 +1,22 @@
|
||||
// 统一导出所有模块组件
|
||||
|
||||
export { default as AccountSelect } from './wx-account-select/wx-account-select.vue';
|
||||
export { default as WxAccountSelect } from './wx-account-select/wx-account-select.vue';
|
||||
|
||||
// TODO @hw:还是带着 wx 前缀。。。貌似好点,我的锅!!!
|
||||
export { default as Location } from './wx-location/wx-location.vue';
|
||||
export { default as WxLocation } from './wx-location/wx-location.vue';
|
||||
export * from './wx-material-select/types';
|
||||
|
||||
export { default as MaterialSelect } from './wx-material-select/wx-material-select.vue';
|
||||
export { default as WxMaterialSelect } from './wx-material-select/wx-material-select.vue';
|
||||
|
||||
export * from './wx-msg/types';
|
||||
|
||||
export { default as Music } from './wx-music/wx-music.vue';
|
||||
export { default as WxMusic } from './wx-music/wx-music.vue';
|
||||
|
||||
export { default as News } from './wx-news/wx-news.vue';
|
||||
export { default as WxNews } from './wx-news/wx-news.vue';
|
||||
|
||||
export * from './wx-reply/types';
|
||||
|
||||
export { default as ReplySelect } from './wx-reply/wx-reply.vue';
|
||||
export { default as WxReplySelect } from './wx-reply/wx-reply.vue';
|
||||
|
||||
export { default as VideoPlayer } from './wx-video-play/wx-video-play.vue';
|
||||
export { default as WxVideoPlayer } from './wx-video-play/wx-video-play.vue';
|
||||
|
||||
export { default as VoicePlayer } from './wx-voice-play/wx-voice-play.vue';
|
||||
export { default as WxVoicePlayer } from './wx-voice-play/wx-voice-play.vue';
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
export { default } from './wx-material-select.vue';
|
||||
|
||||
export { MaterialType, NewsType } from './types';
|
||||
|
||||
export { default } from './wx-material-select.vue';
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
export { default } from './wx-msg.vue';
|
||||
|
||||
export { MsgType } from './types';
|
||||
|
||||
export { default } from './wx-msg.vue';
|
||||
|
||||
@@ -119,9 +119,9 @@ defineExpose({
|
||||
}
|
||||
|
||||
.material-img {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user