Skip to content

Commit bc5dc84

Browse files
author
24min
authored
docs: remove one of openFileDialogOnClick props in docs (#6019)
1 parent 7923c25 commit bc5dc84

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

components/upload/index.en-US.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ Uploading is the process of publishing information (web pages, text, pictures, v
3838
| method | http method of upload request | string | `post` | 1.5.0 | |
3939
| 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 | | |
4040
| name | The name of uploading file | string | `file` | | |
41-
| openFileDialogOnClick | click open file dialog | boolean | true | | |
4241
| openFileDialogOnClick | Click open file dialog | boolean | true | 3.0 | |
4342
| previewFile | Customize preview file logic | (file: File \| Blob) => Promise<dataURL: string> | - | 1.5.0 | |
4443
| previewIcon | custom preview icon | v-slot:iconRender="{file: UploadFile}" | - | 3.0 | |

components/upload/index.zh-CN.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ cover: https://gw.alipayobjects.com/zos/alicdn/QaeBt_ZMg/Upload.svg
3838
| method | 上传请求的 http method | string | `post` | 1.5.0 | |
3939
| multiple | 是否支持多选文件,`ie10+` 支持。开启后按住 ctrl 可选择多个文件。 | boolean | false | | |
4040
| name | 发到后台的文件参数名 | string | `file` | | |
41-
| openFileDialogOnClick | 点击打开文件对话框 | boolean | true | | |
4241
| openFileDialogOnClick | 点击打开文件对话框 | boolean | true | 3.0 | |
4342
| previewFile | 自定义文件预览逻辑 | (file: File \| Blob) => Promise<dataURL: string> || 1.5.0 | |
4443
| previewIcon | 自定义预览 icon | v-slot:iconRender="{file: UploadFile}" | - | 3.0 | |

0 commit comments

Comments
 (0)