feat(ShareSheet): support weapp-qrcode (#7635)

This commit is contained in:
neverland
2020-11-25 20:35:02 +08:00
committed by GitHub
parent 89ce8345b4
commit 09c292aeb2
4 changed files with 16 additions and 3 deletions
+2 -1
View File
@@ -69,6 +69,7 @@ export default {
{ name: 'Link', icon: 'link' },
{ name: 'Poster', icon: 'poster' },
{ name: 'Qrcode', icon: 'qrcode' },
{ name: 'Weapp Qrcode', icon: 'weapp-qrcode' },
],
],
};
@@ -129,7 +130,7 @@ export default {
| --- | --- | --- |
| name | Option name | _string_ |
| description `v2.8.5` | Option description | _string_ |
| icon | Option iconcan be set to `wechat` `weibo` `qq` `link` `qrcode` `poster` or image URL | _string_ |
| icon | Option iconcan be set to `wechat` `weibo` `qq` `link` `qrcode` `poster` `weapp-qrcode` or image URL | _string_ |
| className | Option className is used to set the class props to the share item | _string_ |
### Events