Skip to content

Commit

Permalink
Merge pull request ascoders#480 from yanghuanrong/master
Browse files Browse the repository at this point in the history
fix: 272
  • Loading branch information
ascoders authored Apr 26, 2023
2 parents cc9efeb + e6a873c commit e711bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 可视化搭建/272.容器组件设计.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

## Children

`children` 因为太常用因此单独强调出来,可以只在在组件实例定义 `children` 属性,它为是一个数组
`children` 因为太常用因此单独强调出来,可以只在组件实例定义 `children` 属性,它是一个数组

```jsx
import { ComponentInstance } from "designer";
Expand Down

0 comments on commit e711bfa

Please sign in to comment.