We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.0.0-beta.9
https://github.com/kevintighe/vue-cli-bug-repro
vue create my-app
No errors are reported in Visual Studio Code
In main.ts, the line
import App from './App.vue'
is underlined in red with the error [ts] Cannot find module './App.vue'
Note that the app builds and runs with no errors via npm run serve. The error only appears in Visual Studio Code.
npm run serve
The text was updated successfully, but these errors were encountered:
#1198
Sorry, something went wrong.
Is this problem solved?Is this problem solved。
No branches or pull requests
Version
3.0.0-beta.9
Reproduction link
https://github.com/kevintighe/vue-cli-bug-repro
Steps to reproduce
vue create my-app
What is expected?
No errors are reported in Visual Studio Code
What is actually happening?
In main.ts, the line
import App from './App.vue'
is underlined in red with the error [ts] Cannot find module './App.vue'
Note that the app builds and runs with no errors via
npm run serve
. The error only appears in Visual Studio Code.The text was updated successfully, but these errors were encountered: