[Doc] fix documentation error (#828)

This commit is contained in:
张敏
2018-04-04 10:52:39 +08:00
committed by GitHub
parent ce3c43b9d1
commit c94542649b
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ You can set native properties such as `accpet`、`multiple` on Uploader, and the
| Attribute | Description | Type | Default | Accepted Values |
|-----------|-----------|-----------|-------------|-------------|
| result-type | Type of file read result | `String` | `dataUrl` | `text` |
| disable | Whether to disable the upload | `Boolean` | `false` | - |
| disabled | Whether to disabled the upload | `Boolean` | `false` | - |
| 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` | - | - |