From 0502c80fa4be8cd1107d55f10fa6c60a33090166 Mon Sep 17 00:00:00 2001 From: pipipi-pikachu Date: Fri, 15 Sep 2023 10:48:59 +0800 Subject: [PATCH] =?UTF-8?q?doc:=20Ant-Design-Vue=20=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E8=AE=A1=E5=88=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 80494d21..ee587e97 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,21 @@ npm run serve - 升级 TypeScript v5.x; - 将 npm 更换到 pnpm; - 将 Vue CLI 更换到 Vite 生态; - - 移除 Ant-Design-Vue 代码(计划) + - (进行中)移除 Ant-Design-Vue 组件:样式异常且难以控制、存在全局污染的问题、已知部分组件存在Bug,如Slider、Popover、Tooltip... + - message -> https://github.com/smastrom/notivue + - Modal -> custom + - Tooltip -> https://github.com/atomiks/tippyjs + - Popover -> https://github.com/atomiks/tippyjs + - Select -> https://github.com/atomiks/tippyjs + - Drawer -> remove + - Slider -> custom + - Button -> custom + - Input -> custom + - InputNumber -> custom + - Switch -> custom + - Radio -> custom + - Checkbox -> custom + - Divider -> custom - 支持 Iframe 引用; - 组合元素重构:能够支持组合元素进行旋转、缩放、整体执行动画等; - 支持多屏放映;