We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90cd269 commit ef4a046Copy full SHA for ef4a046
examples/webpack.config.js
@@ -32,7 +32,7 @@ module.exports = {
32
33
resolve: {
34
alias: {
35
- 'vue': 'vue/dist/vue.common.js',
+ 'vue': 'vue/dist/vue.esm.js',
36
'vue-router': path.join(__dirname, '..', 'src')
37
}
38
},
0 commit comments