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.
1 parent 3668d06 commit 18065bbCopy full SHA for 18065bb
vetur.config.js
@@ -0,0 +1,8 @@
1
+// vetur.config.js
2
+/** @type {import('vls').VeturConfig} */
3
+module.exports = {
4
+ settings: {},
5
+ projects: [
6
+ './ClientApp'
7
+ ]
8
+ }
0 commit comments