From ee68c1f13f49e7ea9d00fdc6fa08e4a717258857 Mon Sep 17 00:00:00 2001 From: Jachin Date: Wed, 9 Aug 2023 11:04:01 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20:bug:=20=E4=BF=AE=E5=A4=8Dbuild:prod?= =?UTF-8?q?=20sortablejs=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: dafcdc49c68bff61e0ebe087183671a860f67510 --- package.json | 1 + src/views/table/drag-table.vue | 15 +++++++++------ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 9cd8fe76..aaeffefd 100644 --- a/package.json +++ b/package.json @@ -69,6 +69,7 @@ "@types/lodash": "^4.14.195", "@types/nprogress": "^0.2.0", "@types/path-browserify": "^1.0.0", + "@types/sortablejs": "^1.15.1", "@typescript-eslint/eslint-plugin": "^5.59.6", "@typescript-eslint/parser": "^5.59.6", "autoprefixer": "^10.4.14", diff --git a/src/views/table/drag-table.vue b/src/views/table/drag-table.vue index 8d72982e..1f595842 100644 --- a/src/views/table/drag-table.vue +++ b/src/views/table/drag-table.vue @@ -76,7 +76,7 @@