8000 use correct version in todomvc example (close #2414) · ctyu/vue@b3d8e37 · GitHub
[go: up one dir, main page]

Skip to content

Commit b3d8e37

Browse files
committed
use correct version in todomvc example (close vuejs#2414)
1 parent ed762f8 commit b3d8e37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/todomvc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": true,
33
"dependencies": {
44
"director": "^1.2.0",
5-
"vue": "^0.12.8",
5+
"vue": "^1.0.0",
66
"todomvc-common": "^1.0.1",
77
"todomvc-app-css": "^2.0.0"
88
}

0 commit comments

Comments
 (0)
0