mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 12:09:14 +08:00
remove react external
This commit is contained in:
parent
c06b0d7ba8
commit
a976b65ab1
@ -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…
Reference in New Issue
Block a user