Update index.vue

pull/21733/head
Joel Rodrigues 2022-03-03 16:22:30 +00:00 committed by GitHub
parent 516fe58bd8
commit 8d29acb025
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@ export default {
if (this.showFileList) { if (this.showFileList) {
uploadList = ( uploadList = (
<slot :file-list="this.uploadFiles"> <slot :file-list={this.uploadFiles}>
<UploadList <UploadList
disabled={this.uploadDisabled} disabled={this.uploadDisabled}
listType={this.listType} listType={this.listType}