1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-11-22 10:42:29 +01:00

Add two way binding for SwipeView and TabBar in Community Tab.

This commit is contained in:
Wenjun Huang 2021-04-14 21:12:20 +08:00
parent cb3631189d
commit adcae57d01

View File

@ -142,4 +142,10 @@ Item {
}
}
}
Binding{
target: nav
property: "currentIndex"
value: swipeView.currentIndex
}
}