学习记录——react传入模板(children)

传入模板(children) 在组件中间写要传入的虚拟dom 在子组件中展示 {this.props.children} 比如想要传递一段代码到子组件里。 父组件Home.js: 子组件Children3.js: 接受父组件里的代码,使用 this.props.children
相关文章
相关标签/搜索