Skip to content

Commit

Permalink
fix(components-qa): 修复页面 onReachBottom 事件不触发的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyadam committed Dec 26, 2019
1 parent e805d76 commit d7b61b4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/taro-components-qa/src/components/taro-page/index.ux
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,11 @@
type: Boolean,
required: false,
default: false
},
enablepagescroll: {
type: Boolean,
required: false,
default: false
}
},
data () {
Expand Down

0 comments on commit d7b61b4

Please sign in to comment.