tiny-engine/packages/vue-generator/test/testcases/sfc/case03/page.schema.json

49 lines
1.0 KiB
JSON

{
"componentName": "Page",
"fileName": "UseStateAccessor",
"css": "",
"props": {},
"state": {
"firstName": "",
"lastName": ""
},
"methods": {},
"lifeCycles": {},
"children": [
{
"componentName": "TinyForm",
"props": {
"labelWidth": "80px",
"labelPosition": "top"
},
"children": [
{
"componentName": "TinyFormItem",
"props": {
"label": "全名"
},
"children": [
{
"componentType": "Block",
"componentName": "StateAccessor",
"props": {
"firstName": {
"type": "JSExpression",
"value": "this.state.firstName"
},
"lastName": {
"type": "JSExpression",
"value": "this.state.lastName"
}
},
"id": "acdd0030"
}
],
"id": "6140da6b"
}
],
"id": "88ecfcff"
}
]
}