Enable runtime compilation
This commit is contained in:
parent
4670258241
commit
9202fa174a
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