Skip to content
Snippets Groups Projects
Unverified Commit 49b3ee36 authored by Xeltica's avatar Xeltica Committed by GitHub
Browse files

Update vetur.config.js (#6975)

parent 100d7adc
No related branches found
No related tags found
No related merge requests found
......@@ -20,11 +20,11 @@ module.exports = {
// Where is `package.json` in the project?
// We use it to determine the version of vue.
// It is relative to root property.
package: './package.json',
package: '../../package.json',
// **optional**
// Where is TypeScript config file in the project?
// It is relative to root property.
tsconfig: './src/client/tsconfig.json',
tsconfig: './tsconfig.json',
// **optional** default: `'./.vscode/vetur/snippets'`
// Where is vetur custom snippets folders?
snippetFolder: './.vscode/vetur/snippets',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment