Skip to content

Commit

Permalink
docs(uploader): capture tips add
Browse files Browse the repository at this point in the history
  • Loading branch information
richard1015 committed Oct 25, 2022
1 parent 11e078e commit f5f4869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packages/__VUE/uploader/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ export default {
| before-xhr-upload`v3.2.1` | 执行 XHR 上传时,自定义方式 | Function(xhr,option) | null |
| before-delete | 除文件时的回调,返回值为 false 时不移除。支持返回一个 `Promise` 对象,`Promise` 对象 resolve(false) 或 reject 时不移除 | Function(file,fileList): boolean 丨Promise | - |


> 注意:accept、capture 和 multiple 为浏览器 input 标签的原生属性,移动端各种机型对这些属性的支持程度有所差异,因此在不同机型和 WebView 下可能出现一些兼容性问题。
### FileItem

Expand Down

0 comments on commit f5f4869

Please sign in to comment.