add slider bridge

This commit is contained in:
王劲鹏
2021-06-01 19:30:37 +08:00
committed by osborn
parent 9f1839f2f7
commit d34655db07
7 changed files with 46 additions and 2 deletions

View File

@@ -43,6 +43,7 @@ SwipeView {
onCurrentIndexChanged: {
console.log(tag, uuid + " onCurrentIndexChanged: " + this.currentIndex)
sliderBridge.onPageSlided(wrapper)
}
}