refactor(web-antd): 移除vue3-colorpicker依赖并使用antdv-next的ColorPicker

替换vue3-colorpicker为antdv-next内置的ColorPicker组件,简化依赖并统一组件库
This commit is contained in:
dap
2026-01-13 20:59:21 +08:00
parent 0ab5c46812
commit 2d68ff0d61
2 changed files with 5 additions and 17 deletions

View File

@@ -53,8 +53,7 @@
"tinymce": "7.9.1",
"unplugin-vue-components": "^0.27.3",
"vue": "catalog:",
"vue-router": "catalog:",
"vue3-colorpicker": "^2.3.0"
"vue-router": "catalog:"
},
"devDependencies": {
"@types/lodash-es": "^4.17.12"