Skip to content

Commit

Permalink
feat(swan): 新增对百度小程序 Login 组件的支持,fix #10452
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen-jj committed Oct 25, 2021
1 parent f7a7bff commit 62d7596
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/taro-swan/src/components-react.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ export const ArCamera = 'ar-camera'
export const RtcRoom = 'rtc-room'
export const RtcRoomItem = 'rtc-room-item'
export const OpenData = 'open-data'
export const Login = 'login'
5 changes: 5 additions & 0 deletions packages/taro-swan/src/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,5 +149,10 @@ export const components = {
},
OpenData: {
type: ''
},
Login: {
'button-class': '',
bindGetPhoneNumber: '',
bindLoadError: ''
}
}

0 comments on commit 62d7596

Please sign in to comment.