Merge pull request #152 from Gaomengkai/main

Typo (in T_Menu.qml)
This commit is contained in:
zhuzichu
2023-06-07 10:22:05 +08:00
committed by GitHub

View File

@ -61,7 +61,7 @@ FluScrollablePage{
FluMenuItem:{
text:"修改"
onClicked: {
showInfo"修改")
showInfo("修改")
}
}
}