fix: retain resolved component paths
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
COMPONENT(Request& context)
|
||||
{
|
||||
<><span>lazy-child</span></>
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
COMPONENT(Request& context)
|
||||
{
|
||||
if(context.props["show_child"].to_bool())
|
||||
print(component("lazy-child", context.props, context));
|
||||
}
|
||||
Reference in New Issue
Block a user