container/readme.md
2024-10-16 23:11:36 +08:00

11 lines
159 B
Markdown

# Container
```js
const container = new Container({
root: '#cid",
data: data,
showChild: false,
});
container.renderChildren('node-1');
```