Skip to content

Commit

Permalink
chore: add vetur.config.js to define root config of vue3 root (labrin…
Browse files Browse the repository at this point in the history
…g#247)

Its useful open laf as root path in vscode

Reference: https://vuejs.github.io/vetur/reference/
  • Loading branch information
moonrailgun authored and LeezQ committed Sep 19, 2022
1 parent 7652bb2 commit d4b3180
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vetur.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
projects: [{
root: './packages/web'
}]
}

0 comments on commit d4b3180

Please sign in to comment.