Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/taro-components/types/Button.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ interface ButtonProps extends StandardProps {
/** 获取服务动态授权码的回调
*
* 生效时机:`open-type="liveActivity"`
* @supported ascf
* @supported weapp, ascf
*/
onCreateLiveActivity?: CommonEventFunction<ButtonProps.onCreateLiveActivityEventDetail>
/**
Expand Down
3 changes: 2 additions & 1 deletion packages/taro-platform-weapp/src/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ export const components = {
bindError: _empty,
bindOpenSetting: _empty,
bindLaunchApp: _empty,
bindAgreePrivacyAuthorization: _empty
bindAgreePrivacyAuthorization: _empty,
bindCreateLiveActivity: _empty
},
Form: {
'report-submit-timeout': _zero
Expand Down
Loading