Fix click

This commit is contained in:
afc163 2015-10-21 20:41:05 +08:00
parent 3af6ea1639
commit b4e7c13059
3 changed files with 3 additions and 5 deletions

View File

@ -27,8 +27,7 @@ ReactDOM.render(<Datepicker />, mountNode);
## 链接
- [首页](http://ant.design/)
- [文档](http://ant.design/docs/introduce)
- [组件](http://ant.design/components/)
- [文档和组件](http://ant.design/docs/introduce)
- [构建调试 antd-bin](https://github.com/ant-design/antd-bin)
- [开发计划](https://github.com/ant-design/ant-design/issues/9)
- [修改记录](CHANGELOG.md)

View File

@ -23,7 +23,7 @@ ReactDOM.render(<Datepicker />, mountNode);
## Links
- [Home page](http://ant.design/)
- [Documentation](http://ant.design/docs/introduce)
- [Documentation and Components](http://ant.design/docs/introduce)
- [Components](http://ant.design/components/)
- [Build/Debug tools](https://github.com/ant-design/antd-bin)
- [Roadmap](https://github.com/ant-design/ant-design/issues/9)

View File

@ -48,8 +48,7 @@ ReactDOM.render(<Datepicker />, mountNode);
## 链接
- [首页](http://ant.design/)
- [文档](http://ant.design/docs/introduce)
- [组件](http://ant.design/components/)
- [文档和组件](http://ant.design/docs/introduce)
- [构建调试 antd-bin](https://github.com/ant-design/antd-bin)
- [开发计划](https://github.com/ant-design/ant-design/issues/9)
- [React 模块](http://react-component.github.io/)