This commit is contained in:
朱子楚\zhuzi
2023-03-15 00:33:38 +08:00
parent 51a206e583
commit 8bfbfd63fb
2 changed files with 101 additions and 1 deletions

View File

@ -9,7 +9,14 @@ FluScrollablePage{
title:"Carousel"
FluCarousel{
id:carousel
Component.onCompleted: {
carousel.setData([{color:"#000000"},{color:"#FFFFFF"},{color:"#666666"}])
}
}
}