[Doc] Uploader: add description of capture prop

This commit is contained in:
陈嘉涵
2019-05-27 16:31:43 +08:00
parent 1e6f5a2f5f
commit 8e9ffadc28
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -59,6 +59,7 @@ export default {
| accept | Accepted file type | `String` | `image/*` |
| disabled | Whether to disabled the upload | `Boolean` | `false` |
| multiple | Whether to enable multiple selection pictures | `Boolean` | `false` |
| capture | Capturecan be set to `camera` | `String` | - |
| before-read | Hook before reading the file, return false to stop reading the file | `Function` | - |
| after-read | Hook after reading the file | `Function` | - |
| max-size | Max size of file | `Number` | - |