uce/site/tests/components/lazy-parent.uce
2026-07-13 21:26:01 +00:00

6 lines
133 B
Plaintext

COMPONENT(Request& context)
{
if(context.props["show_child"].to_bool())
print(component("lazy-child", context.props, context));
}