【发布时间】:2018-05-22 18:04:56
【问题描述】:
是否可以在抽屉侧边栏传递道具(侧边栏是我的自定义组件)。在此示例中,测试道具未显示在 SideBar 中
render () {
const sideBar = <SideBar onRest={this.changeToRest} test="12" />
return (
<Drawer ref={ref => (this.drawer = ref)} content={sideBar}>
....
【问题讨论】: