mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-16 19:58:12 +00:00
20 lines
274 B
JSON
20 lines
274 B
JSON
{
|
|
"componentName": "Page",
|
|
"fileName": "test",
|
|
"dataSource": {
|
|
"list": [],
|
|
"online": []
|
|
},
|
|
"state": {
|
|
"text": "outter"
|
|
},
|
|
"props": {
|
|
"ref": "outterView",
|
|
"autoLoading": true,
|
|
"style": {
|
|
"padding": 20
|
|
}
|
|
},
|
|
"children": []
|
|
}
|