Explorar o código

Merge remote-tracking branch 'origin/main'

wxy hai 4 meses
pai
achega
80fd38c4b7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/upload/index.vue

+ 1 - 1
src/components/upload/index.vue

@@ -11,7 +11,7 @@
 </template>
 
 <script setup>
-import {defineProps, defineEmits, toRef, ref, watch, watchEffect} from 'vue';
+import {toRef, ref, watch, watchEffect} from 'vue';
 import {useSystemStore} from '@/store/modules/systemStore';
 import {Modal} from "@arco-design/web-vue";
 import {useI18n} from 'vue-i18n';