Skip to content

Commit dee41a7

Browse files
committed
support 1.0
1 parent b6a692e commit dee41a7

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

example/example.es7.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default class Component {
99
<input v-model="msg">
1010
<p>msg: {{msg}}</p>
1111
<p>computed msg: {{computedMsg}}</p>
12-
<button v-on="click:greet">Greet</button>
12+
<button @click="greet">Greet</button>
1313
</div>
1414
`
1515

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,11 @@
2323
"url": "https://github.com/vuejs/vue-classy/issues"
2424
},
2525
"homepage": "https://github.com/vuejs/vue-classy#readme",
26-
"peerDependencies": {
27-
"vue": "^0.12.3"
28-
},
2926
"devDependencies": {
3027
"babel-core": "^5.6.7",
3128
"babel-loader": "^5.2.0",
3229
"node-libs-browser": "^0.5.2",
33-
"vue": "^0.12.3",
30+
"vue": "^1.0.4",
3431
"webpack": "^1.9.12"
3532
}
3633
}

0 commit comments

Comments
 (0)