refactor: rename DTree to DValue
This commit is contained in:
@@ -15,7 +15,7 @@ RENDER(Request& context)
|
||||
failed++;
|
||||
};
|
||||
|
||||
DTree props;
|
||||
DValue props;
|
||||
props["title"] = "Component Output";
|
||||
props["body"] = "This body comes from component()";
|
||||
props["footer"] = "Named footer render";
|
||||
|
||||
Reference in New Issue
Block a user