Skip to content

Commit

Permalink
fix(taro): 增加 nextTick api
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen-jj authored and luckyadam committed Dec 19, 2019
1 parent 4e2b7f0 commit 23a754e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/taro/src/native-apis.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ const noPromiseApis = {
hideKeyboard: true,
stopPullDownRefresh: true,
createIntersectionObserver: true,
nextTick: true,

// 菜单
getMenuButtonBoundingClientRect: true,
Expand Down

0 comments on commit 23a754e

Please sign in to comment.