xiongzhu пре 2 година
родитељ
комит
808039a030
1 измењених фајлова са 1 додато и 1 уклоњено
  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: {