美文网首页
React 踩坑

React 踩坑

作者: T_man | 来源:发表于2017-09-22 15:20 被阅读0次

    React-Router 从到2.0到4.0

    一不小心安装router4.0后项目一直报错

    image.png
    后来才知道,需要安装react-router-dom,路由代码改成:
    (<BrowserRouter history={hashHistory}>
           <Route path='/' component={App}/>
       </BrowserRouter>),
       document.getElementById('root')
    

    就可以了

    相关文章

      网友评论

          本文标题:React 踩坑

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