Skip to content

Commit

Permalink
Fix #2987
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyo930021 committed Jun 21, 2021
1 parent 0432ed1 commit a679b30
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/guide/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ Vetur will use fallback settings. Some features such as including path alias, de

You can add this config in correct position in your project or use `vetur.config.js` to set the file path.

- [Read more project setup](/docs/guide/setup.md#project-setup)
- [Read more `vetur.config.js`](/docs/guide/setup.md#advanced)
- [Read more project setup](/guide/setup.md#project-setup)
- [Read more `vetur.config.js`](/guide/setup.md#advanced)

If you want debug info, you can use `Vetur: show doctor info` command.
You can use `vetur.ignoreProjectWarning: true` in vscode setting to close this warning.
Expand All @@ -144,18 +144,18 @@ If the version is wrong, you will get wrong diagnostics from typescript and esli

You can add this config at the correct position in your project or use `vetur.config.js` to set file path.

- [Read more `vetur.config.js`](/docs/guide/setup.md#advanced)
- [Read more `vetur.config.js`](/guide/setup.md#advanced)

If you want debug info, you can use `Vetur: show doctor info` command.
You can use `vetur.ignoreProjectWarning: true` in vscode setting to close this warning.

## Vetur found xxx, but they aren\'t in the project root.
Vetur found the file, but it may not actually be what you want.
If it is wrong, it will cause same result as the previous two. [ref1](/docs/guide/FAQ.md#vetur-can-t-find-tsconfig-json-jsconfig-json-in-xxxx-xxxxxx), [ref2](/docs/guide/FAQ.md#vetur-can-t-find-package-json-in-xxxx-xxxxxx)
If it is wrong, it will cause same result as the previous two. [ref1](/guide/FAQ.md#vetur-can-t-find-tsconfig-json-jsconfig-json-in-xxxx-xxxxxx), [ref2](/guide/FAQ.md#vetur-can-t-find-package-json-in-xxxx-xxxxxx)

You can add this config at the correct position in your project or use `vetur.config.js` to set file path.

- [Read more `vetur.config.js`](/docs/guide/setup.md#advanced)
- [Read more `vetur.config.js`](/guide/setup.md#advanced)

If you want debugging info, you can use the `Vetur: show doctor info` command.
You can use `vetur.ignoreProjectWarning: true` in vscode settings to close this warning.
Expand Down

0 comments on commit a679b30

Please # to comment.