mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-02-28 04:40:32 +00:00
19 lines
256 B
JSON
19 lines
256 B
JSON
{
|
|
"componentName": "Page",
|
|
"fileName": "test",
|
|
"dataSource": {
|
|
"list": []
|
|
},
|
|
"state": {
|
|
"text": "outter"
|
|
},
|
|
"props": {
|
|
"ref": "outterView",
|
|
"autoLoading": true,
|
|
"style": {
|
|
"padding": 20
|
|
}
|
|
},
|
|
"children": []
|
|
}
|