feat(Uploader): add show-upload prop

This commit is contained in:
chenjiahan
2020-03-15 11:00:45 +08:00
parent ad9d8a7649
commit 66c0b3c1b7
4 changed files with 14 additions and 1 deletions
+1
View File
@@ -165,6 +165,7 @@ export default {
| multiple | Whether to enable multiple selection pictures | *boolean* | `false` |
| disabled | Whether to disabled the upload | *boolean* | `false` |
| deletable `v2.2.12` | Whether to show delete icon | *boolean* | `true` |
| show-upload `v2.5.6` | Whether to show upload area | *boolean* | `true` |
| capture | Capturecan be set to `camera` | *string* | - |
| after-read | Hook after reading the file | *Function* | - |
| before-read | Hook before reading the file, return false to stop reading the file, can return Promise | *Function* | - |