File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
examples/blogs__e2e-snapshots Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
< head >
4
4
< meta charset ="utf-8 ">
5
5
< title > Vue.js • TodoMVC</ title >
6
- < link type ="text/css " rel ="stylesheet " href ="https://unpkg.com/bootstrap@next /dist/css/bootstrap.min.css "/>
7
- < link type ="text/css " rel ="stylesheet " href ="https://unpkg.com/bootstrap-vue@latest /dist/bootstrap-vue.css "/>
6
+ < link type ="text/css " rel ="stylesheet " href ="https://unpkg.com/bootstrap@3.3.7 /dist/css/bootstrap.min.css "/>
7
+ < link type ="text/css " rel ="stylesheet " href ="https://unpkg.com/bootstrap-vue@1.5.1 /dist/bootstrap-vue.css "/>
8
8
< link rel ="
stylesheet "
href ="
https://unpkg.com/[email protected] /index.css "
>
9
9
< style > [v-cloak ] { display : none; }</ style >
10
10
</ head >
@@ -51,7 +51,7 @@ <h1>todos</h1>
51
51
< script src ="
https://unpkg.com/[email protected] /dist/vue.js "
> </ script >
52
52
< script src ="
https://unpkg.com/[email protected] /dist/vuex.js "
> </ script >
53
53
< script src ="
https://unpkg.com/[email protected] /dist/axios.min.js "
> </ script >
54
- < script src ="https://unpkg.com/bootstrap-vue@latest /dist/bootstrap-vue.js "> </ script >
54
+ < script src ="https://unpkg.com/bootstrap-vue@1.5.1 /dist/bootstrap-vue.js "> </ script >
55
55
< script src ="app.js "> </ script >
56
56
</ body >
57
57
</ html >
You can’t perform that action at this time.
0 commit comments