Change compatibility mode to Vue 3

This commit is contained in:
Ramon Wenger 2023-05-08 16:16:07 +02:00
parent a25296d3d3
commit 25e2fd0856
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ export default defineConfig({
template: {
compilerOptions: {
compatConfig: {
MODE: 2
MODE: 3
}
}
}