diff --git a/components/upload/index.en-US.md b/components/upload/index.en-US.md index 6d45f8304..910480abd 100644 --- a/components/upload/index.en-US.md +++ b/components/upload/index.en-US.md @@ -38,7 +38,6 @@ Uploading is the process of publishing information (web pages, text, pictures, v | method | http method of upload request | string | `post` | 1.5.0 | | | multiple | Whether to support selected multiple file. `IE10+` supported. You can select multiple files with CTRL holding down while multiple is set to be true | boolean | false | | | | name | The name of uploading file | string | `file` | | | -| openFileDialogOnClick | click open file dialog | boolean | true | | | | openFileDialogOnClick | Click open file dialog | boolean | true | 3.0 | | | previewFile | Customize preview file logic | (file: File \| Blob) => Promise<dataURL: string> | - | 1.5.0 | | | previewIcon | custom preview icon | v-slot:iconRender="{file: UploadFile}" | - | 3.0 | | diff --git a/components/upload/index.zh-CN.md b/components/upload/index.zh-CN.md index 5f9fb5a6a..5fea7076f 100644 --- a/components/upload/index.zh-CN.md +++ b/components/upload/index.zh-CN.md @@ -38,7 +38,6 @@ cover: https://gw.alipayobjects.com/zos/alicdn/QaeBt_ZMg/Upload.svg | method | 上传请求的 http method | string | `post` | 1.5.0 | | | multiple | 是否支持多选文件,`ie10+` 支持。开启后按住 ctrl 可选择多个文件。 | boolean | false | | | | name | 发到后台的文件参数名 | string | `file` | | | -| openFileDialogOnClick | 点击打开文件对话框 | boolean | true | | | | openFileDialogOnClick | 点击打开文件对话框 | boolean | true | 3.0 | | | previewFile | 自定义文件预览逻辑 | (file: File \| Blob) => Promise<dataURL: string> | 无 | 1.5.0 | | | previewIcon | 自定义预览 icon | v-slot:iconRender="{file: UploadFile}" | - | 3.0 | |