Browse Source

es6-shim for ie10/11

pull/3768/merge
afc163 8 years ago
parent
commit
a7b384112e
  1. 3
      docs/react/getting-started.zh-CN.md

3
docs/react/getting-started.zh-CN.md

@ -123,6 +123,9 @@ Ant Design React 支持所有的现代浏览器和 IE9+。
<!--[if lt IE 10]>
<script src="https://as.alipayobjects.com/g/component/??console-polyfill/0.2.2/index.js,es5-shim/4.5.7/es5-shim.min.js,es5-shim/4.5.7/es5-sham.min.js,es6-shim/0.35.1/es6-sham.min.js,es6-shim/0.35.1/es6-shim.min.js,html5shiv/3.7.2/html5shiv.min.js,media-match/2.0.2/media.match.min.js"></script>
<![endif]-->
<!--[if lte IE 11]>
<script src="https://as.alipayobjects.com/g/component/??es6-shim/0.35.1/es6-sham.min.js,es6-shim/0.35.1/es6-shim.min.js></script>
<![endif]-->
</head>
<body>
</body>

Loading…
Cancel
Save