美文网首页
react的Route组件传值

react的Route组件传值

作者: SherrinfordL | 来源:发表于2019-08-02 14:43 被阅读0次
    <Route 
      path="/test/child" 
      render={(props) => (
        <Child 
          {...props}                         
          handleClick={this.handleClick} 
        />
      )} 
     />
    

    相关文章

      网友评论

          本文标题:react的Route组件传值

          本文链接:https://www.haomeiwen.com/subject/raeldctx.html