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
Property '$route' does not exist on type 'CreateComponentPublicInstance
When compile, run or build the error appears: Property '$route' does not exist on type 'CreateComponentPublicInstance
Just on version 4.2.0 due to -> declare module 'vue' on vue-router.d.ts file in node_modules/vue-router/dist/
Fix this this version with ---> declare module '@vue/runtime-core'
Until that, just version 4.1.6 is usable.
Find variable $router
Can not finde variable $router
No response
The text was updated successfully, but these errors were encountered:
Duplicate of #1843
Sorry, something went wrong.
Please, search existing issues and pull requests before opening issues, it saves maintainers a lot of time 🙏
No branches or pull requests
Reproduction
Property '$route' does not exist on type 'CreateComponentPublicInstance
Steps to reproduce the bug
When compile, run or build the error appears: Property '$route' does not exist on type 'CreateComponentPublicInstance
Just on version 4.2.0 due to -> declare module 'vue' on vue-router.d.ts file in node_modules/vue-router/dist/
Fix this this version with ---> declare module '@vue/runtime-core'
Until that, just version 4.1.6 is usable.
Expected behavior
Find variable $router
Actual behavior
Can not finde variable $router
Additional information
No response
The text was updated successfully, but these errors were encountered: