fix builderParam bug

Signed-off-by: puyajun <puyajun@huawei.com>
Change-Id: I84fa86b1ac77ec50dd2ada2eddf4d789cb42d143
This commit is contained in:
puyajun
2022-01-30 10:09:05 +08:00
parent 4425a67be6
commit b9550ee2d7
+1 -1
View File
@@ -46,7 +46,7 @@ struct CustomContainerUser {
CustomContainer({
header: "Header",
footer: "Footer",
menuInfo: this.specificChild("menuInfo")
menuInfo: this.specificChild("menuInfo"),
child: this.specificChild("child")
})
}