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,10 +1,9 @@
<script setup lang="ts">
// TODO @芋艿:后续合并到 diy-editor 里,并不是通用的;
import { IconifyIcon } from '@vben/icons';
import { cloneDeep } from '@vben/utils';
import { useVModel } from '@vueuse/core';
import { Button, Tooltip } from 'ant-design-vue';
import VueDraggable from 'vuedraggable';
/** 拖拽组件封装 */