How to resolve this error? ::: TypeError: Cannot read properties of undefined (reading '_router') #12658
Unanswered
sakship2204
asked this question in
Help/Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am migrating a vue 2 app to vue 3 using migration build. The application has following dependencies:
I am facing this error due to which router link:
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading '_router')
How can I get rid of this error?
Beta Was this translation helpful? Give feedback.
All reactions