From f5247aba615fa87a4710b735abc437da5af19064 Mon Sep 17 00:00:00 2001 From: Wei Zhu Date: Sat, 27 May 2017 14:18:14 +0800 Subject: [PATCH] docs: Add polyfill note close #6190 --- README.md | 2 +- docs/react/introduce.en-US.md | 2 +- docs/react/introduce.zh-CN.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f2f8db8857..8b4ffe7d22 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ An enterprise-class UI design language and React-based implementation. ## Environment Support -* Browser: Modern browsers and Internet Explorer 9+ +* Modern browsers and Internet Explorer 9+ (with [polyfills](https://ant.design/docs/react/getting-started#Compatibility)) * Server-side Rendering * [Electron](http://electron.atom.io/) diff --git a/docs/react/introduce.en-US.md b/docs/react/introduce.en-US.md index b86ba94a8f..65cb62ee0d 100644 --- a/docs/react/introduce.en-US.md +++ b/docs/react/introduce.en-US.md @@ -34,7 +34,7 @@ Following the Ant Design specification, we developed a React UI library `antd` t ## Environment Support -* Modern browsers and Internet Explorer 9+ +* Modern browsers and Internet Explorer 9+ (with [polyfills](https://ant.design/docs/react/getting-started#Compatibility)) * Server-side Rendering * [Electron](http://electron.atom.io/) diff --git a/docs/react/introduce.zh-CN.md b/docs/react/introduce.zh-CN.md index 0b330d9ab6..040b001272 100644 --- a/docs/react/introduce.zh-CN.md +++ b/docs/react/introduce.zh-CN.md @@ -34,7 +34,7 @@ title: Ant Design of React ## 支持环境 -* 现代浏览器和 IE9 及以上。 +* 现代浏览器和 IE9 及以上(需要 [polyfills](https://ant.design/docs/react/getting-started-cn#兼容性))。 * 支持服务端渲染。 * [Electron](http://electron.atom.io/)