diff --git a/src/share-sheet/README.md b/src/share-sheet/README.md index ec78dec72..f6d0c9dcb 100644 --- a/src/share-sheet/README.md +++ b/src/share-sheet/README.md @@ -130,6 +130,7 @@ export default { | name | Option name | _string_ | | description `v2.8.5` | Option description | _string_ | | icon | Option icon,can be set to `wechat` `weibo` `qq` `link` `qrcode` `poster` or image URL | _string_ | +| className | Option className is used to set the class props to the share item | _string_ | ### Events diff --git a/src/share-sheet/README.zh-CN.md b/src/share-sheet/README.zh-CN.md index 2b14c5b8f..b0338876c 100644 --- a/src/share-sheet/README.zh-CN.md +++ b/src/share-sheet/README.zh-CN.md @@ -178,6 +178,7 @@ export default { | name | 分享渠道名称 | _string_ | | description `v2.8.5` | 分享选项描述 | _string_ | | icon | 图标,可选值为 `wechat` `weibo` `qq` `link` `qrcode` `poster`,支持传入图片 URL | _string_ | +| className | 分享选项类名 | _string_ | ### Events diff --git a/src/share-sheet/index.js b/src/share-sheet/index.js index 9dde4c5c4..744ca0ae7 100644 --- a/src/share-sheet/index.js +++ b/src/share-sheet/index.js @@ -85,7 +85,7 @@ export default createComponent({