From dd4fcd9c3c7f75118bc9d8b6a5657b85203903d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E6=B7=B3?= <189964430@qq.com> Date: Fri, 19 Jul 2024 15:14:40 +0800 Subject: [PATCH] feat: add vue-draggable-plus (#219) [skip ci] https://github.com/Alfred-Skyblue/vue-draggable-plus ## Summary by CodeRabbit - **New Features** - Added support for draggable components using `vue-draggable-plus`. This allows users to easily drag and rearrange elements within the app. --------- Co-authored-by: fengmk2 --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index f8348f8..837c0d2 100644 --- a/package.json +++ b/package.json @@ -18427,6 +18427,9 @@ "ufo": { "version": "*" }, + "vue-draggable-plus": { + "version": "*" + }, "suimi-js-css": { "version": "*" }