From 1405600919f7a4c8dab4c43888c809f0d43cad69 Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 14 Jan 2016 14:29:30 +0800 Subject: [PATCH] Add IE8 issues link --- README-zh_CN.md | 2 ++ README.md | 1 + docs/react/introduce.md | 2 ++ 3 files changed, 5 insertions(+) diff --git a/README-zh_CN.md b/README-zh_CN.md index a964b6d968..186ce4a121 100644 --- a/README-zh_CN.md +++ b/README-zh_CN.md @@ -41,6 +41,8 @@ import 'antd/lib/index.css'; // or 'antd/style/index.less' 现代浏览器和 IE8 及以上。 +> [IE8 issues](https://github.com/xcatliu/react-ie8) + ## 链接 - [首页](http://ant.design/) diff --git a/README.md b/README.md index d6205b3428..c5d5699b4d 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ Use components on demand by writing as `import DatePicker from 'antd/lib/date-pi Normal browsers and Internet Explorer 8+. +> [IE8 issues](https://github.com/xcatliu/react-ie8) ## Links diff --git a/docs/react/introduce.md b/docs/react/introduce.md index 8e7dcbfc37..56759c61c5 100644 --- a/docs/react/introduce.md +++ b/docs/react/introduce.md @@ -57,6 +57,8 @@ import 'antd/lib/index.css'; // or 'antd/style/index.less' 现代浏览器和 IE8 及以上。 +> [IE8 issues](https://github.com/xcatliu/react-ie8) + ## 链接 - [首页](http://ant.design/)