mirror of
https://github.com/openharmony/developtools_ace-ets2bundle.git
synced 2026-07-20 19:47:44 -04:00
fix builderParam bug Signed-off-by: puyajun <puyajun@huawei.com> Change-Id: I84fa86b1ac77ec50dd2ada2eddf4d789cb42d143
This commit is contained in:
@@ -46,7 +46,7 @@ struct CustomContainerUser {
|
||||
CustomContainer({
|
||||
header: "Header",
|
||||
footer: "Footer",
|
||||
menuInfo: this.specificChild("menuInfo")
|
||||
menuInfo: this.specificChild("menuInfo"),
|
||||
child: this.specificChild("child")
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user