From b45d5e4cfa114440c719e5ca8fdc93cf96b4aad9 Mon Sep 17 00:00:00 2001 From: bjdgyc Date: Mon, 9 Sep 2024 16:55:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9D=83=E9=99=90=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=8B=96=E6=8B=BD=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/package.json | 3 ++- web/yarn.lock | 12 ++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/web/package.json b/web/package.json index 73983b48..642afcf4 100644 --- a/web/package.json +++ b/web/package.json @@ -15,7 +15,8 @@ "qs": "^6.11.1", "vue": "^2.6.11", "vue-count-to": "^1.0.13", - "vue-router": "^3.5.2" + "vue-router": "^3.5.2", + "vuedraggable": "^2.24.3" }, "devDependencies": { "@vue/cli-plugin-babel": "~4.5.0", diff --git a/web/yarn.lock b/web/yarn.lock index 138f7703..3fa8de99 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -7793,6 +7793,11 @@ sort-keys@^1.0.0: dependencies: is-plain-obj "^1.0.0" +sortablejs@1.10.2: + version "1.10.2" + resolved "https://registry.yarnpkg.com/sortablejs/-/sortablejs-1.10.2.tgz#6e40364d913f98b85a14f6678f92b5c1221f5290" + integrity sha512-YkPGufevysvfwn5rfdlGyrGjt7/CRHwvRPogD/lC+TnvcN29jDpCifKP+rBqf+LRldfXSTh+0CGLcSg0VIxq3A== + source-list-map@^2.0.0: version "2.0.1" resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34" @@ -8775,6 +8780,13 @@ vue@^2.6.11: "@vue/compiler-sfc" "2.7.16" csstype "^3.1.0" +vuedraggable@^2.24.3: + version "2.24.3" + resolved "https://registry.yarnpkg.com/vuedraggable/-/vuedraggable-2.24.3.tgz#43c93849b746a24ce503e123d5b259c701ba0d19" + integrity sha512-6/HDXi92GzB+Hcs9fC6PAAozK1RLt1ewPTLjK0anTYguXLAeySDmcnqE8IC0xa7shvSzRjQXq3/+dsZ7ETGF3g== + dependencies: + sortablejs "1.10.2" + watchpack-chokidar2@^2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/watchpack-chokidar2/-/watchpack-chokidar2-2.0.1.tgz#38500072ee6ece66f3769936950ea1771be1c957"