use sortablejs instead of jquery-ui (#1115)

This commit is contained in:
jatdung
2023-02-11 04:32:58 +08:00
committed by GitHub
parent 1ad5603c3e
commit cd4b522935
8 changed files with 167 additions and 236 deletions

View File

@@ -24,6 +24,7 @@
"sass-loader": "13.*"
},
"dependencies": {
"select2": "^4.0.13"
"select2": "^4.0.13",
"sortablejs": "^1.15.0"
}
}