feat:【antd/ele】【mp】优化 mp 账号的选择逻辑
This commit is contained in:
@@ -124,7 +124,7 @@ onMounted(() => {
|
||||
<ElSelect
|
||||
v-model="currentId"
|
||||
placeholder="请选择公众号"
|
||||
class="!w-240px"
|
||||
class="!w-full"
|
||||
@change="onChanged"
|
||||
>
|
||||
<ElOption
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
// 统一导出所有模块组件
|
||||
|
||||
export { default as AccountSelect } from './account-select/account-select.vue';
|
||||
export { default as WxAccountSelect } from './account-select/account-select.vue';
|
||||
|
||||
// TODO @hw:还是带着 wx 前缀。。。貌似好点,我的锅!!!
|
||||
export { default as Location } from './location/location.vue';
|
||||
export { default as MaterialSelect } from './material-select/material-select.vue';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user