Browse Source

remove react external

pull/408/head
chencheng (云谦) 9 years ago
parent
commit
a976b65ab1
  1. 5
      docs/getting-started.md

5
docs/getting-started.md

@ -113,10 +113,11 @@ $ touch index.html
<meta charset="utf-8">
<!-- 引入样式 -->
<link rel="stylesheet" href="/index.css">
<script src="https://a.alipayobjects.com/??react/0.13.3/react.min.js"></script>
</head>
<body>
</body>
<!-- 引入公用文件 -->
<script src="/common.js"></script>
<!-- 引入入口文件 -->
<script src="/index.js"></script>
</html>
@ -155,8 +156,6 @@ Ant Design React 支持所有的现代浏览器和 IE8+。
<link rel="stylesheet" href="http://ant.design/dist/antd.css">
<!-- Polyfills -->
<script src="https://a.alipayobjects.com/??es5-shim/4.1.10/es5-shim.min.js,es5-shim/4.1.10/es5-sham.min.js,html5shiv/3.7.2/src/html5shiv.js"></script>
<!-- 引入 react -->
<script src="https://a.alipayobjects.com/??react/0.13.3/react.min.js"></script>
</head>
<body>
</body>

Loading…
Cancel
Save