We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f96bf3 commit 3658f57Copy full SHA for 3658f57
packages/renderer/README.zh-CN.md
@@ -22,7 +22,7 @@ export default {
22
// 数据源
23
const dataSourceMap = reactive({})
24
25
- schema.children.length ? h(Main, { schema, utils, globalState, dataSourceList }) : null
+ return schema.children.length ? h(Main, { schema, utils, globalState, dataSourceList }) : null
26
}
27
28
```
0 commit comments