zhangwencui
2026-04-28 83c8b72bcb359a87d06e43442a7b1d1a2f7ce25b
src/components/Upload/FileUpload.vue
@@ -49,9 +49,14 @@
  emits("remove", file);
};
const clearFiles = () => {
  fileList.value = [];
};
defineExpose({
  fileList,
  uploadApi,
  clearFiles,
});
</script>