소스 검색

fix: 去除不必要的导入

liming 4 달 전
부모
커밋
3c8b2550b0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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';