fix: 解决npm,yarn 安装依赖报错的问题

This commit is contained in:
奔跑的面条 2022-06-15 16:08:59 +08:00
parent 3e969e4ae5
commit ef4f45ddb0
2 changed files with 1 additions and 1 deletions

View File

@ -22,6 +22,7 @@
"pinia": "^2.0.13",
"screenfull": "^6.0.1",
"vue": "^3.2.31",
"vue-demi": "^0.13.1",
"vue-i18n": "9.1.10",
"vue-router": "4.0.12",
"vue3-lazyload": "^0.2.5-beta",

View File

@ -18,7 +18,6 @@
<!-- https://github.com/SortableJS/vue.draggable.next -->
<draggable
item-key="id"
tag="transition-group"
v-model="reverseList"
ghostClass="ghost"
@change="onMoveCallback"