2020-08-16 15:27:04 +08:00

45 lines
861 B
JSON

{
"componentsTree": [
{
"componentName": "Page",
"fileName": "home1",
"props": {},
"children": [
{
"componentName": "Container",
"props": {},
"children": [
{
"componentName": "Text",
"props": {
"type": "primary",
"content": "Page 1"
}
}
]
}
]
},
{
"componentName": "Page",
"fileName": "home2",
"props": {},
"children": [
{
"componentName": "Container",
"props": {},
"children": [
{
"componentName": "Text",
"props": {
"type": "primary",
"content": "Page 2"
}
}
]
}
]
}
]
}