Skip to content

Commit e4b1dc2

Browse files
authored
fix Vue
1 parent c48dbba commit e4b1dc2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/esm/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const { createApp } = Vue
1+
const { createApp } = vue
22

33
createApp({
44
name: 'App',

webpack.prod.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ module.exports = {
6565
],
6666
},
6767
externals: {
68-
'vue': 'Vue',
68+
'vue': 'vue',
6969
},
7070
plugins: [
7171
new VueLoaderPlugin(),

0 commit comments

Comments
 (0)