|
@@ -28,7 +28,7 @@
|
|
|
<script setup>
|
|
|
import Sortable from 'sortablejs'
|
|
|
import { Plus, Delete } from '@element-plus/icons-vue'
|
|
|
-import { defineEmits, nextTick, onMounted, ref, watch } from 'vue'
|
|
|
+import { nextTick, onMounted, ref, watch } from 'vue'
|
|
|
|
|
|
const myProps = defineProps({
|
|
|
modelValue: { type: Array, default: () => [] },
|