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 c48dbba commit e4b1dc2Copy full SHA for e4b1dc2
dev/esm/main.js
@@ -1,4 +1,4 @@
1
-const { createApp } = Vue
+const { createApp } = vue
2
3
createApp({
4
name: 'App',
webpack.prod.config.js
@@ -65,7 +65,7 @@ module.exports = {
65
],
66
},
67
externals: {
68
- 'vue': 'Vue',
+ 'vue': 'vue',
69
70
plugins: [
71
new VueLoaderPlugin(),
0 commit comments