We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6a24f2 commit ec31163Copy full SHA for ec31163
packages/components/upload/src/upload.vue
@@ -96,6 +96,7 @@ const isPictureCard = computed(() => props.listType === 'picture-card')
96
97
const uploadContentProps = computed<UploadContentProps>(() => ({
98
...props,
99
+ fileList: uploadFiles.value,
100
onStart: handleStart,
101
onProgress: handleProgress,
102
onSuccess: handleSuccess,
0 commit comments