We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
experimentalDisableTemplateSupport
1 parent d5b372c commit d06723dCopy full SHA for d06723d
jsconfig.json
@@ -5,5 +5,8 @@
5
"@/*": ["src/*"]
6
}
7
},
8
- "exclude": ["node_modules", "dist"]
+ "exclude": ["node_modules", "dist"],
9
+ "vueCompilerOptions": {
10
+ "experimentalDisableTemplateSupport": true
11
+ }
12
0 commit comments