Skip to content

Commit cdd98b3

Browse files
committed
lock version for e2e snapshots example
1 parent d889a9f commit cdd98b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/blogs__e2e-snapshots/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<head>
44
<meta charset="utf-8">
55
<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"/>
88
<link rel="stylesheet" href="https://unpkg.com/[email protected]/index.css">
99
<style>[v-cloak] { display: none; }</style>
1010
</head>
@@ -51,7 +51,7 @@ <h1>todos</h1>
5151
<script src="https://unpkg.com/[email protected]/dist/vue.js"></script>
5252
<script src="https://unpkg.com/[email protected]/dist/vuex.js"></script>
5353
<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>
5555
<script src="app.js"></script>
5656
</body>
5757
</html>

0 commit comments

Comments
 (0)