Skip to content

Commit ec31163

Browse files
authored
fix(components): [upload] onExceed is not called (element-plus#9145)
1 parent e6a24f2 commit ec31163

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/components/upload/src/upload.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ const isPictureCard = computed(() => props.listType === 'picture-card')
9696
9797
const uploadContentProps = computed<UploadContentProps>(() => ({
9898
...props,
99+
fileList: uploadFiles.value,
99100
onStart: handleStart,
100101
onProgress: handleProgress,
101102
onSuccess: handleSuccess,

0 commit comments

Comments
 (0)