[Doc] update changelog

This commit is contained in:
陈嘉涵
2018-10-18 18:50:23 +08:00
parent 2228e46733
commit 2e8d7e0b4f
107 changed files with 810 additions and 1212 deletions
+4 -4
View File
@@ -41,7 +41,7 @@ You can set native properties such as `accpet`、`multiple` on Uploader, and the
### API
| Attribute | Description | Type | Default |
|-----------|-----------|-----------|-------------|
|------|------|------|------|
| result-type | Type of file read result, can be set to `dataUrl` `text` | `String` | `dataUrl` |
| accept | Accepted file type | `String` | `image/*` |
| disabled | Whether to disabled the upload | `Boolean` | `false` |
@@ -52,17 +52,17 @@ You can set native properties such as `accpet`、`multiple` on Uploader, and the
### Event
| Event | Description | Arguments |
|-----------|-----------|-----------|
|------|------|------|
| oversize | Triggered when file size over limit | Same as after-read |
### Slot
| Name | Description |
|-----------|-----------|
|------|------|
| - | Custom icon |
### afterRead parematers
| Key | Description | Type |
|-----------|-----------|-----------|
|------|------|------|
| file | file object | `Object` |
| content | file content | `String` |