Skip to content

Commit

Permalink
remove react external
Browse files Browse the repository at this point in the history
  • Loading branch information
sorrycc committed Oct 19, 2015
1 parent c06b0d7 commit a976b65
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit a976b65

Please sign in to comment.