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
+9 -1
View File
@@ -7,7 +7,15 @@ import { popupMixinProps } from '../mixins/popup';
// Components
import Popup from '../popup';
const PRESET_ICONS = ['qq', 'weibo', 'wechat', 'link', 'qrcode', 'poster'];
const PRESET_ICONS = [
'qq',
'link',
'weibo',
'wechat',
'poster',
'qrcode',
'weapp-qrcode',
];
const [createComponent, bem, t] = createNamespace('share-sheet');