Skip to content

Commit d930450

Browse files
committed
doc: update doc
1 parent 87121e2 commit d930450

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/upload/index.zh-CN.md

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ cover: https://gw.alipayobjects.com/zos/alicdn/QaeBt_ZMg/Upload.svg
2525
| beforeUpload | 上传文件之前的钩子,参数为上传的文件,若返回 `false` 则停止上传。支持返回一个 Promise 对象,Promise 对象 reject 时则停止上传,resolve 时开始上传( resolve 传入 `File``Blob` 对象则上传 resolve 传入对象)。 | (file, fileList) => `boolean` \| `Promise` || |
2626
| customRequest | 通过覆盖默认的上传行为,可以自定义自己的上传实现 | Function || | |
2727
| data | 上传所需参数或返回上传参数的方法 | object\|(file) => object || | |
28-
| directory | 支持上传文件夹([caniuse](https://caniuse.com/#feat=input-file-directory)| boolean | false | | |
2928
| directory | 支持上传文件夹([caniuse](https://caniuse.com/#feat=input-file-directory)| boolean | false | 3.0 | |
3029
| disabled | 是否禁用 | boolean | false | | |
3130
| downloadIcon | 自定义下载 icon | v-slot:iconRender="{file: UploadFile}" | - | 3.0 | |

0 commit comments

Comments
 (0)