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 b09f351 commit 67e7b20Copy full SHA for 67e7b20
examples/webpack.config.js
@@ -32,7 +32,7 @@ module.exports = {
32
33
resolve: {
34
alias: {
35
- 'vue': 'vue/dist/vue.js',
+ 'vue': 'vue/dist/vue.common.js',
36
'vue-router': path.join(__dirname, '..', 'src')
37
}
38
},
package.json
@@ -67,8 +67,9 @@
67
"selenium-server": "^2.53.1",
68
"typescript": "^2.0.3",
69
"uglify-js": "^2.7.0",
70
- "vue": "^2.0.0-rc.7",
71
- "vue-loader": "^9.4.0",
+ "vue": "^2.1.0",
+ "vue-loader": "^10.0.0",
72
+ "vue-template-compiler": "^2.1.0",
73
"webpack": "^1.13.1",
74
"webpack-dev-middleware": "^1.6.1"
75
0 commit comments