Skip to content

Commit 7ebabb3

Browse files
wheeljswill.tian
and
will.tian
authored
docs(upload): duplicated prop directory (#6378)
Co-authored-by: will.tian <[email protected]>
1 parent 051161f commit 7ebabb3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/upload/index.en-US.md

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ Uploading is the process of publishing information (web pages, text, pictures, v
2424
| beforeUpload | Hook function which will be executed before uploading. Uploading will be stopped with `false` or a rejected Promise returned. | (file, fileList) => `boolean` \| `Promise` | - | |
2525
| customRequest | override for the default xhr behavior allowing for additional customization and ability to implement your own XMLHttpRequest | function | - | | |
2626
| data | Uploading params or function which can return uploading params. | object\|function(file) | - | | |
27-
| directory | support upload whole directory ([caniuse](https://caniuse.com/#feat=input-file-directory)) | boolean | false | | |
2827
| directory | Support upload whole directory([caniuse](https://caniuse.com/#feat=input-file-directory)| boolean | false | 3.0 | |
2928
| disabled | disable upload button | boolean | false | | |
3029
| downloadIcon | custom download icon | v-slot:iconRender="{file: UploadFile}" | - | 3.0 | |

0 commit comments

Comments
 (0)