Skip to content

Commit

Permalink
add vetur config
Browse files Browse the repository at this point in the history
  • Loading branch information
wildmolasses authored and mds1 committed Feb 22, 2021
1 parent 9080be1 commit 2bc91ee
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions vetur.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
module.exports = {
projects: [
{
root: './frontend', //root of subproject
package: './package.json', // It is relative to root property.
tsconfig: './tsconfig.json', // It is relative to root property.
}
]
}

0 comments on commit 2bc91ee

Please sign in to comment.