在main.js里这里配置路由
render((
<Router history={hashHistory} >
<Route path="/" component={Sider}>
<IndexRoute path="myCreditCard" component={myCreditCard} />
<Route path="myOverview" component={myOverview} />
</Route>
</Router>
), document.getElementById('app'));
overview.js里是这样的:
step可以显示出来,但是<Icon>却没有生成出来。也没有报错。
本来想在github上问的。可是他们说使用上的问题不能在那上面问,那里只能提bug或者pullrequest。
高手帮忙看看什么原因。
白猪掌柜的
相关分类