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