fix: 修改版本冲突导致报错的问题

This commit is contained in:
奔跑的面条
2022-04-15 17:48:02 +08:00
parent 4f16531016
commit 9fbe2500e0
6 changed files with 125 additions and 143 deletions
+1 -1
View File
@@ -37,7 +37,7 @@
</template>
<script setup lang="ts">
import { computed, toRaw, ref, watch } from 'vue'
import { computed, toRaw } from 'vue'
import Draggable from 'vuedraggable'
import cloneDeep from 'lodash/cloneDeep'