Pre Merge pull request !37 from 哦是吗/N/A

This commit is contained in:
哦是吗 2025-05-15 07:38:08 +00:00 committed by Gitee
commit ef78190bbe
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -322,6 +322,8 @@ export function useUpload(
() => bindValue.value,
async (value) => {
if (value.length === 0) {
// 清空绑定值时同时清空innerFileList避免外部使用时还能读取到
innerFileList.value = [];
return;
}