mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-16 11:54:27 +00:00
21 lines
353 B
JSON
21 lines
353 B
JSON
{
|
|
"componentName": "Page",
|
|
"fileName": "home",
|
|
"props": {},
|
|
"children": [
|
|
{
|
|
"componentName": "Container",
|
|
"props": {},
|
|
"children": [
|
|
{
|
|
"componentName": "Text",
|
|
"props": {
|
|
"type": "primary"
|
|
},
|
|
"children": ["Welcome to Your Rax App!"]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|