Change compatibility mode to Vue 3
This commit is contained in:
parent
a25296d3d3
commit
25e2fd0856
|
|
@ -80,7 +80,7 @@ export default defineConfig({
|
||||||
template: {
|
template: {
|
||||||
compilerOptions: {
|
compilerOptions: {
|
||||||
compatConfig: {
|
compatConfig: {
|
||||||
MODE: 2
|
MODE: 3
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue