feat:【antd】【mall】diy-editor 修复 element-plus 组件之路:部分解决 10%

This commit is contained in:
YunaiV
2025-10-26 00:02:51 +08:00
parent 0fb4f0f9eb
commit 289f6e3de4
11 changed files with 90 additions and 53 deletions

View File

@@ -1,8 +1,8 @@
<script lang="ts" setup>
// TODO @AI改成 El 标签风格,而不是 el-
// TODO @AI一些 modal 是否使用 Modal 组件,而不是 el-modal
import { ref, watch } from 'vue';
import { Button, Input, InputGroup } from 'ant-design-vue';
import AppLinkSelectDialog from './app-link-select-dialog.vue';
/** APP 链接输入框 */