fix: broken volar inference on templates

This commit is contained in:
Andrew Bastin
2022-06-14 17:24:28 +05:30
parent 97ff089110
commit 15e433b114

View File

@@ -30,6 +30,6 @@
},
"exclude": ["node_modules", ".nuxt", "dist"],
"vueCompilerOptions": {
"experimentalCompatMode": 2
"target": 2,
}
}