mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-10 18:03:01 +00:00
fix(code-gen): fix example-solution.ts format problem (#2207)
Co-authored-by: 林熠 <jack.lianjie@gmail.com>
This commit is contained in:
parent
cb2e05046f
commit
323e85f595
@ -289,8 +289,8 @@ codealike.json
|
||||
},
|
||||
"lifeCycles": {
|
||||
"componentDidMount": {
|
||||
"type": "JSExpression",
|
||||
"value": "function() { console.log('componentDidMount'); }"
|
||||
"type": "JSFunction",
|
||||
"value": "function componentDidMount() {\\n console.log('componentDidMount');\\n}"
|
||||
}
|
||||
},
|
||||
"methodsModule": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user