Set vueCompilerOptions.target to 2.7

This commit is contained in:
2022-10-18 20:23:39 +02:00
parent bb5702eb8f
commit a503bf3073

View File

@@ -8,5 +8,8 @@
"@@/*": ["./*"] "@@/*": ["./*"]
} }
}, },
"vueCompilerOptions": {
"target": 2.7
},
"exclude": ["node_modules", ".nuxt", "dist"] "exclude": ["node_modules", ".nuxt", "dist"]
} }