From d9f7a574391440cb14eb39087917b03dec0c941f Mon Sep 17 00:00:00 2001 From: Benjy Cui Date: Mon, 11 Apr 2016 11:52:17 +0800 Subject: [PATCH] docs: update docs --- components/upload/demo/picture-style.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/upload/demo/picture-style.md b/components/upload/demo/picture-style.md index 17342bf8da..99764af310 100644 --- a/components/upload/demo/picture-style.md +++ b/components/upload/demo/picture-style.md @@ -5,7 +5,7 @@ title: 图片列表样式 上传文件为图片,可展示本地缩略图。 -`IE8/9` 不支持浏览器本地缩略图展示(Ref),可以写 `thumbUrl` 属性来代替。 +`IE8/9` 不支持浏览器本地缩略图展示([Ref](https://developer.mozilla.org/en-US/docs/Web/API/FileReader/readAsDataURL)),可以写 `thumbUrl` 属性来代替。 ````jsx import { Upload, Button, Icon } from 'antd';