feat:NestedScroller add scrollable

This commit is contained in:
pengfei.zhou
2021-04-23 17:56:51 +08:00
committed by osborn
parent 056f2f041f
commit 5982b15b0d
3 changed files with 24 additions and 1 deletions

View File

@@ -21,6 +21,9 @@ export class NestedSlider extends Group {
@Property
onPageSlided?: (index: number) => void
@Property
scrollable?: boolean
addSlideItem(view: View) {
this.addChild(view)
}