mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-07-08 04:37:41 +08:00
fix bug
This commit is contained in:
@ -905,7 +905,9 @@ Rectangle {
|
||||
}
|
||||
}
|
||||
Repeater{
|
||||
model: control.columnSource
|
||||
Component.onCompleted: {
|
||||
model = control.columnSource
|
||||
}
|
||||
delegate: FluLoader{
|
||||
id: item_layout_frozen
|
||||
readonly property int _index : model.index
|
||||
|
Reference in New Issue
Block a user