File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change 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-
You can’t perform that action at this time.
0 commit comments