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.6
https://github.com/mludi/vue-cli-issue
3.0.0-beta.9
Clone the project, cd into run and run npm install
npm install
Visual Studio Code shows a warning in main.ts and router.ts, it cannot find module './xx.vue'
There is already a shims.d.ts file, but there is something wrong with the content.
With some modification on the shims.d.ts file it's working fine, see:
declare module '*.vue' { import Vue from "vue"; export default Vue; }
The text was updated successfully, but these errors were encountered:
Same as #1198 and already fixed in commit 51c8090.
Sorry, something went wrong.
Oh sorry haven‘t seen that. Thank you!
No branches or pull requests
Version
3.0.0-beta.6
Reproduction link
https://github.com/mludi/vue-cli-issue
Steps to reproduce
3.0.0-beta.9
Clone the project, cd into run and run
npm install
What is expected?
Visual Studio Code shows a warning in main.ts and router.ts, it cannot find module './xx.vue'
What is actually happening?
There is already a shims.d.ts file, but there is something wrong with the content.
With some modification on the shims.d.ts file it's working fine, see:
The text was updated successfully, but these errors were encountered: