Skip to content

Commit 5a8c51d

Browse files
authored
Update index.html
1 parent 8e1f002 commit 5a8c51d

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

client/index.html

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,22 @@
1111
<link rel="stylesheet" href="//cdn.bootcss.com/bootstrap/3.3.5/css/bootstrap-theme.min.css">
1212

1313
<!-- jQuery文件。务必在bootstrap.min.js 之前引入 -->
14-
<script src="//cdn.bootcss.com/jquery/1.11.3/jquery.min.js"></script>
14+
<script src="//cdn.bootcss.com/jquery/2.2.1/jquery.min.js"></script>
1515

1616
<!-- 最新的 Bootstrap 核心 JavaScript 文件 -->
1717
<script src="//cdn.bootcss.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
1818
<!--<script src="https://cdn.jsdelivr.net/vue/latest/vue.js"></script>-->
1919
<title>appVersion</title>
2020
</head>
2121
<body>
22-
<login></login>
23-
<app></app>
24-
<version></version>
25-
<script src="bundle.js"></script>
22+
<div id="app">
23+
24+
<router-view></router-view>
25+
</div>
26+
</div>
27+
<script src="bundle.js">
28+
29+
</script>
30+
2631
</body>
2732
</html>
28-

0 commit comments

Comments
 (0)