feat(ShareSheet): add wechat-moments icon

This commit is contained in:
chenjiahan
2021-01-18 21:09:16 +08:00
parent a1fd8005bd
commit ca66fbca36
4 changed files with 8 additions and 2 deletions
+2 -1
View File
@@ -68,6 +68,7 @@ export default {
const options = [
[
{ name: 'Wechat', icon: 'wechat' },
{ name: 'Wechat Moments', icon: 'wechat-moments' },
{ name: 'Weibo', icon: 'weibo' },
{ name: 'QQ', icon: 'qq' },
],
@@ -181,7 +182,7 @@ export default {
| --- | --- | --- |
| name | Option name | _string_ |
| description | Option description | _string_ |
| icon | Option iconcan be set to `wechat` `weibo` `qq` `link` `qrcode` `poster` `weapp-qrcode` or image URL | _string_ |
| icon | Option iconcan be set to `wechat` `weibo` `qq` `link` `qrcode` `poster` `weapp-qrcode` `wechat-moments` or image URL | _string_ |
| className | Option className is used to set the class props to the share item | _string_ |
### Events