- 移除了vue-draggable-plus依赖,改用原生HTML5拖拽API

- 增强了图片拖拽功能的调试信息,便于问题排查
  - 优化了图片插入和拖拽处理逻辑
  - 修复了拖拽过程中图片和拖拽手柄的同步问题
This commit is contained in:
yuantao
2025-10-15 18:35:38 +08:00
parent 51014991cf
commit b139d64363
5 changed files with 260 additions and 85 deletions

View File

@@ -26,6 +26,7 @@
"moment": "^2.30.1",
"pinia": "^3.0.3",
"vue": "^3.5.22",
"vue-draggable-plus": "^0.6.0",
"vue-router": "^4.5.1"
},
"devDependencies": {