diff --git a/compiler/test/ut/builder/builderParam.ts b/compiler/test/ut/builder/builderParam.ts index cdd3352..d21e640 100644 --- a/compiler/test/ut/builder/builderParam.ts +++ b/compiler/test/ut/builder/builderParam.ts @@ -46,7 +46,7 @@ struct CustomContainerUser { CustomContainer({ header: "Header", footer: "Footer", - menuInfo: this.specificChild("menuInfo") + menuInfo: this.specificChild("menuInfo"), child: this.specificChild("child") }) }