Skip to content

Commit

Permalink
feat(h5): hideHomeButton 提示不支持 (#8963)
Browse files Browse the repository at this point in the history
Co-authored-by: 吴昊 <wuhao.daraw@bytedance.com>
  • Loading branch information
CodeDaraW and 吴昊 authored Mar 28, 2021
1 parent 0be21be commit 22b0ce5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/taro-h5/src/api/unsupportedApi/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ export const canIUse = temporarilyNotSupport('canIUse')
// 界面
// export const hideToast = temporarilyNotSupport('hideToast')
// export const hideLoading = temporarilyNotSupport('hideLoading')
export const hideHomeButton = temporarilyNotSupport('hideHomeButton')
export const showNavigationBarLoading = temporarilyNotSupport('showNavigationBarLoading')
export const hideNavigationBarLoading = temporarilyNotSupport('hideNavigationBarLoading')
// export const createAnimation = temporarilyNotSupport('createAnimation')
Expand Down

0 comments on commit 22b0ce5

Please sign in to comment.