src/components/FileUpload/index.vue
@@ -46,7 +46,7 @@ }); const { proxy } = getCurrentInstance() as ComponentInternalInstance; const emit = defineEmits(['update:modelValue','closePopup']); const emit = defineEmits(['update:modelValue','closePopup','openPopup']); const number = ref(0); const uploadList = ref<any[]>([]); //互联网端