Enable runtime compilation
This commit is contained in:
parent
c12345d98f
commit
9ad2a80e0b
1 changed files with 5 additions and 0 deletions
|
@ -19,6 +19,11 @@ export default defineConfig({
|
|||
}
|
||||
}
|
||||
},
|
||||
resolve: {
|
||||
alias: {
|
||||
vue: 'vue/dist/vue.esm-bundler.js'
|
||||
}
|
||||
},
|
||||
plugins: [
|
||||
vue(),
|
||||
vueJsx({
|
||||
|
|
Loading…
Reference in a new issue