feat(Uploader): add upload-icon prop

This commit is contained in:
chenjiahan
2020-02-29 11:36:33 +08:00
parent c6791841f4
commit b3b46cde45
5 changed files with 26 additions and 1 deletions
+1
View File
@@ -192,6 +192,7 @@ export default {
| result-type `v2.2.7` | 文件读取结果类型,可选值为`file` `text` | *string* | `dataUrl` |
| upload-text | 上传区域文字提示 | *string* | - |
| image-fit `v2.1.5` | 预览图裁剪模式,可选值见 [Image](#/zh-CN/image) 组件 | *string* | `cover` |
| upload-icon `v2.5.4` | 上传区域[图标名称](#/zh-CN/icon)或图片链接 | *string* | `photograph` |
### Events