first commit
This commit is contained in:
14
iview/examples/index.html
Normal file
14
iview/examples/index.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>iView test page</title>
|
||||
<meta name="viewport" content="user-scalable=no,width=device-width,initial-scale=1"/>
|
||||
<!-- <link href="/test/dist/main.css" rel="stylesheet"> -->
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<!-- <script type="text/javascript" src="/test/dist/vendor.js"></script>
|
||||
<script type="text/javascript" src="/test/dist/main.js"></script> -->
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user