Object-Container.jsObject-01.js
1 回答
湖上湖
TA贡献2003条经验 获得超2个赞
props.children
<div>
{this.props.children}
</div>
<AbbottTest>
<Foundation />
</AbbottTest>
this.props.chilren就像当与 那个内部的 <Foundation />了
反正React16之前是可以这样写, 好像16之后你可以用Portal。 Portal我也没用过。
不知道你的defaultProps还有没有效,我知道可以这样写
添加回答
举报
0/150
提交
取消