Skip to content

Commit 18065bb

Browse files
committed
Added vetur config so Vetur can find the Vue project
1 parent 3668d06 commit 18065bb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

vetur.config.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)