mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-12 19:52:51 +00:00
59 lines
1.2 KiB
JSON
59 lines
1.2 KiB
JSON
{
|
|
"version": "1.0.0",
|
|
"componentsMap": [
|
|
{
|
|
"package": "react-greetings",
|
|
"version": "1.0.0",
|
|
"componentName": "Greetings",
|
|
"exportName": "Greetings",
|
|
"destructuring": true
|
|
}
|
|
],
|
|
"componentsTree": [
|
|
{
|
|
"componentName": "Page",
|
|
"id": "node_ocl137q7oc1",
|
|
"fileName": "test",
|
|
"props": { "style": {} },
|
|
"lifeCycles": {},
|
|
"dataSource": { "list": [] },
|
|
"state": {
|
|
"name": "lowcode world",
|
|
"users": null
|
|
},
|
|
"methods": {},
|
|
"children": [
|
|
{
|
|
"componentName": "Greetings",
|
|
"id": "node_ocl137q7oc4",
|
|
"loop": {
|
|
"type": "JSExpression",
|
|
"value": "this.state.users"
|
|
},
|
|
"loopArgs": ["item", ""],
|
|
"props": {
|
|
"content": {
|
|
"type": "i18n",
|
|
"key": "greetings.hello",
|
|
"params": {
|
|
"name": {
|
|
"type": "JSExpression",
|
|
"value": "this.item"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"i18n": {
|
|
"zh-CN": {
|
|
"greetings.hello": "${name}, 你好!"
|
|
},
|
|
"en-US": {
|
|
"greetings.hello": "Hello, ${name}!"
|
|
}
|
|
}
|
|
}
|