Merge branch 'develop-1.0.0' of github.com:ant-design/ant-design into develop-1.0.0

This commit is contained in:
afc163 2016-04-11 11:56:13 +08:00
commit 04a413df3e

View File

@ -5,7 +5,7 @@ title: 图片列表样式
上传文件为图片,可展示本地缩略图。
`IE8/9` 不支持浏览器本地缩略图展示(<a href="https://developer.mozilla.org/en-US/docs/Web/API/FileReader/readAsDataURL">Ref</a>),可以写 `thumbUrl` 属性来代替。
`IE8/9` 不支持浏览器本地缩略图展示([Ref](https://developer.mozilla.org/en-US/docs/Web/API/FileReader/readAsDataURL)),可以写 `thumbUrl` 属性来代替。
````jsx
import { Upload, Button, Icon } from 'antd';