Merge branch master into develop-1.0.0

This commit is contained in:
afc163 2016-04-15 11:23:57 +08:00
commit 736193eeb5

View File

@ -9,7 +9,7 @@ title: 自动切换
import { Carousel } from 'antd';
ReactDOM.render(
<Carousel autoplay="true">
<Carousel autoplay>
<div><h3>1</h3></div>
<div><h3>2</h3></div>
<div><h3>3</h3></div>
@ -17,4 +17,3 @@ ReactDOM.render(
</Carousel>
, mountNode);
````