From 11245be6cf74a6e9978859cc79728a326f2a966c Mon Sep 17 00:00:00 2001 From: "will.tian" Date: Thu, 23 Mar 2023 13:10:36 +0800 Subject: [PATCH] docs(upload): duplicated prop `directory` --- components/upload/index.en-US.md | 1 - 1 file changed, 1 deletion(-) diff --git a/components/upload/index.en-US.md b/components/upload/index.en-US.md index e1eaccaa6a..00265ba19a 100644 --- a/components/upload/index.en-US.md +++ b/components/upload/index.en-US.md @@ -24,7 +24,6 @@ Uploading is the process of publishing information (web pages, text, pictures, v | beforeUpload | Hook function which will be executed before uploading. Uploading will be stopped with `false` or a rejected Promise returned. | (file, fileList) => `boolean` \| `Promise` | - | | | customRequest | override for the default xhr behavior allowing for additional customization and ability to implement your own XMLHttpRequest | function | - | | | | data | Uploading params or function which can return uploading params. | object\|function(file) | - | | | -| directory | support upload whole directory ([caniuse](https://caniuse.com/#feat=input-file-directory)) | boolean | false | | | | directory | Support upload whole directory([caniuse](https://caniuse.com/#feat=input-file-directory)) | boolean | false | 3.0 | | | disabled | disable upload button | boolean | false | | | | downloadIcon | custom download icon | v-slot:iconRender="{file: UploadFile}" | - | 3.0 | |