Skip to content

Commit 3658f57

Browse files
committed
doc: update README
1 parent 2f96bf3 commit 3658f57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/renderer/README.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default {
2222
// 数据源
2323
const dataSourceMap = reactive({})
2424

25-
schema.children.length ? h(Main, { schema, utils, globalState, dataSourceList }) : null
25+
return schema.children.length ? h(Main, { schema, utils, globalState, dataSourceList }) : null
2626
}
2727
}
2828
```

0 commit comments

Comments
 (0)