Skip to content

Commit

Permalink
fix: 移除 upload 中不该存在的 fileList,解决文件列表无法回显问题
Browse files Browse the repository at this point in the history
  • Loading branch information
saionjisekai committed Aug 14, 2024
1 parent a34cdf1 commit 68c0dac
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/components/src/upload/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ const UploadWrapper = defineComponent({
return error?.message || ''
},
},
fileList: {
type: Array,
},
},
emits: ['change'],
setup(curProps: any, { slots, attrs, emit }) {
Expand Down

0 comments on commit 68c0dac

Please sign in to comment.