docs: remove one of openFileDialogOnClick props in docs (#6019)

pull/6027/head
24min 2022-10-12 22:40:12 +08:00 committed by GitHub
parent 7923c25e4f
commit bc5dc845ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -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 | | | 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 | | | | 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` | | | | name | The name of uploading file | string | `file` | | |
| openFileDialogOnClick | click open file dialog | boolean | true | | |
| openFileDialogOnClick | Click open file dialog | boolean | true | 3.0 | | | openFileDialogOnClick | Click open file dialog | boolean | true | 3.0 | |
| previewFile | Customize preview file logic | (file: File \| Blob) => Promise<dataURL: string> | - | 1.5.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 | | | previewIcon | custom preview icon | v-slot:iconRender="{file: UploadFile}" | - | 3.0 | |

View File

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