@alilc/build-plugin-alt
Version:
build-scripts plugin template for developers
28 lines (27 loc) • 473 B
JSON
{
"componentName": "Page",
"id": "node_dockcviv8fo1",
"props": {
"ref": "outerView",
"style": {
"height": "100%"
}
},
"fileName": "/",
"dataSource": {
"list": []
},
"state": {
},
"css": "body {font-size: 12px;} .button{width:100px;color:#ff00ff}",
"lifeCycles": {
},
"methods": {
"testFunc": {
"type": "JSFunction",
"value": "function() {\n console.log('test func');\n }"
}
},
"children": [
]
}