refactor: rename DTree to DValue
This commit is contained in:
@@ -5,8 +5,8 @@ COMPONENT(Request& context)
|
||||
context.call["app"]["page_title"] = "Gauges";
|
||||
f64 pi = 3.14159265358979323846;
|
||||
|
||||
DTree props;
|
||||
DTree item;
|
||||
DValue props;
|
||||
DValue item;
|
||||
|
||||
<>
|
||||
<h1>Gauge Components Demo</h1>
|
||||
|
||||
Reference in New Issue
Block a user