docs(Uploader): add accept mdn link

This commit is contained in:
陈嘉涵
2020-01-31 10:30:18 +08:00
parent 45038f548e
commit 4825ffbf04
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -111,8 +111,8 @@ export default {
| Attribute | Description | Type | Default |
|------|------|------|------|
| accept | Accepted [file type](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/file#Unique_file_type_specifiers) | *string* | `image/*` |
| name `v2.0.3` | Input name | *number \| string* | - |
| accept | Accepted file type | *string* | `image/*` |
| preview-size | Size of preview image | *number \| string* | `80px` |
| preview-image `v2.1.5` | Whether to show image preview | *boolean* | `true` |
| preview-full-image | Whethe to show full screen image preview when click image | *boolean* | `true` |