Skip to content

Commit

Permalink
fix(swan): 修复 Button 组件不支持 onLogin 事件的问题,fix #11546
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen-jj committed Apr 25, 2022
1 parent 823b13d commit dfd93bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/taro-swan/src/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ export const components = {
bindOpenSetting: '',
bindContact: '',
bindChooseAddress: '',
bindChooseInvoiceTitle: ''
bindChooseInvoiceTitle: '',
bindLogin: ''
},
Form: {
'report-type': 'default',
Expand Down

0 comments on commit dfd93bc

Please sign in to comment.