Skip to content

Commit

Permalink
🐛fix(vite.config.ts): use in html
Browse files Browse the repository at this point in the history
  • Loading branch information
Ten-K committed Nov 29, 2022
1 parent 9bfa4e7 commit 03c3f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default defineConfig({
external: ['vue'],
output: {
globals: {
vue: 'vue'
vue: 'Vue'
},
exports: 'named'
},
Expand Down

0 comments on commit 03c3f55

Please sign in to comment.