We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8925ce1 commit 60421bbCopy full SHA for 60421bb
example/basic/index.html
@@ -3,7 +3,7 @@
3
<head>
4
<meta charset="utf-8">
5
<title>Vue Router Example</title>
6
- <script src="http://cdn.jsdelivr.net/vue/1.0.8/vue.js"></script>
+ <script src="http://cdn.jsdelivr.net/vue/latest/vue.js"></script>
7
<script src="../../dist/vue-router.js"></script>
8
<style>
9
.v-link-active {
package.json
@@ -63,7 +63,7 @@
63
"selenium-server": "2.47.1",
64
"style-loader": "^0.13.0",
65
"uglify-js": "^2.5.0",
66
- "vue": "^1.0.8",
+ "vue": "^1.0.14",
67
"vue-hot-reload-api": "^1.2.1",
68
"vue-html-loader": "^1.0.0",
69
"vue-loader": "^6.0.3",
0 commit comments