change append child method

This commit is contained in:
王劲鹏
2021-06-01 16:15:05 +08:00
committed by osborn
parent 69e550886b
commit 9f1839f2f7
2 changed files with 10 additions and 1 deletions

View File

@@ -40,4 +40,9 @@ SwipeView {
onBorderColorChanged: {
bg.border.color = borderColor
}
onCurrentIndexChanged: {
console.log(tag, uuid + " onCurrentIndexChanged: " + this.currentIndex)
}
}