xiongzhu 2 lat temu
rodzic
commit
808039a030
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/components/EnumSelect.vue

+ 1 - 1
src/components/EnumSelect.vue

@@ -12,7 +12,7 @@
     </ElSelect>
 </template>
 <script setup>
-import { computed, defineEmits } from 'vue'
+import { computed } from 'vue'
 
 const props = defineProps({
     enum: {