Skip to content

Commit

Permalink
Update FAQ for not using .vue suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
octref committed Aug 14, 2018
1 parent 03f83a6 commit 562d1ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 562d1ff

Please sign in to comment.