fix: allow volar to function properly on gitpod

This commit is contained in:
Andrew Bastin
2022-06-23 14:54:48 +05:30
parent c8dec56b96
commit 015393d98f

View File

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