gongchunyi
9 天以前 aeabb6a019fbb7e60bd3b6c8cf3e4081abdff80c
src/components/Upload/FileUpload.vue
@@ -49,9 +49,14 @@
  emits("remove", file);
};
const clearFiles = () => {
  fileList.value = [];
};
defineExpose({
  fileList,
  uploadApi,
  clearFiles,
});
</script>