From 562d1ff995c5370a2bbaa481c0eda3c1e154ca8d Mon Sep 17 00:00:00 2001 From: Pine Wu Date: Tue, 14 Aug 2018 06:52:05 -0700 Subject: [PATCH] Update FAQ for not using .vue suffix --- docs/FAQ.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/FAQ.md b/docs/FAQ.md index 40c773d739..e5694f31c9 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -52,9 +52,11 @@ This is probably caused by VS Code not installing Vetur properly. Try these meth } ``` +## Vetur cannot recognize my Vue component import, such as `import Comp from './comp'` + - You need to add `.vue` extension when importing SFC. -More details at: https://github.com/vuejs/vetur/issues/423 +More details at: https://github.com/vuejs/vetur/issues/423#issuecomment-340235722 ## .vue file cannot be imported in TS file.