Skip to content

Commit 6a3ce62

Browse files
committed
Update Vue version in example
1 parent 253b252 commit 6a3ce62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>Examples for vue-focus</title>
6-
<script src="https://cdnjs.cloudflare.com/ajax/libs/vue/2.0.0-rc.6/vue.js"></script>
6+
<script src="https://cdnjs.cloudflare.com/ajax/libs/vue/2.0.0/vue.js"></script>
77
<script src="../dist/vue-focus.js"></script>
88
</head>
99
<body>

0 commit comments

Comments
 (0)