Skip to content

Commit

Permalink
fix(shared): 同步 qq button 组件属性, fix #8150
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen-jj committed Dec 3, 2020
1 parent 55f4f25 commit 7ab2b7e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion packages/shared/src/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,16 @@ const Button = {
qq: {
'app-packagename': '',
'app-bundleid': '',
'app-connect-id': ''
'app-connect-id': '',
'group-id': '',
'public-id': '',
'share-type': '27',
'share-mode': '[\'qq\', \'qzone\']',
'aria-label': '',
'open-id': '',
'share-message-friend-info': '',
bindAddFriend: '',
bindAddGroupApp: ''
}
})
}
Expand Down

0 comments on commit 7ab2b7e

Please sign in to comment.