diff --git a/src/uploader/README.md b/src/uploader/README.md index 3517323d1..6be99dc0b 100644 --- a/src/uploader/README.md +++ b/src/uploader/README.md @@ -171,6 +171,7 @@ export default { | result-type `v2.2.7` | Type of file read result, can be set to `file` `text` | *string* | `dataUrl` | | upload-text | Upload text | *string* | - | | image-fit `v2.1.5` | Preview image fit mode | *string* | `cover` | +| upload-icon `v2.5.4` | Upload icon | *string* | `photograph` | ### Events diff --git a/src/uploader/README.zh-CN.md b/src/uploader/README.zh-CN.md index 5b4a838db..ec7efc127 100644 --- a/src/uploader/README.zh-CN.md +++ b/src/uploader/README.zh-CN.md @@ -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 diff --git a/src/uploader/index.js b/src/uploader/index.js index 65c5f5ca6..596e2e097 100644 --- a/src/uploader/index.js +++ b/src/uploader/index.js @@ -69,6 +69,10 @@ export default createComponent({ type: String, default: 'dataUrl', }, + uploadIcon: { + type: String, + default: 'photograph', + }, }, computed: { @@ -356,7 +360,7 @@ export default createComponent({ return (