fix: ele改回使用账号选择组件

This commit is contained in:
hw
2025-11-20 11:05:18 +08:00
parent cf14806b6f
commit 0ea99e5aa8
10 changed files with 49 additions and 42 deletions

View File

@@ -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';

View File

@@ -1,3 +1,3 @@
export { default } from './wx-material-select.vue';
export { MaterialType, NewsType } from './types';
export { default } from './wx-material-select.vue';

View File

@@ -1,3 +1,3 @@
export { default } from './wx-msg.vue';
export { MsgType } from './types';
export { default } from './wx-msg.vue';

View File

@@ -119,9 +119,9 @@ defineExpose({
}
.material-img {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
justify-content: center;
width: 100%;
}
</style>