src/components/FileUpload/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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[]>([]); //互联网端