You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our Vue configuration has inherited a lot of Nuxt logic when it comes to require components and routing functionalities.
These are not valid anymore for Vue3 also due the official vue-router migration guidelines.
Details
While compiling on run, the vue.config.js requires a plethora of Nuxt functionalities around the routing logic, which for some reasons fails to retrieve the current route state and breaking abruptly.
Description
Our Vue configuration has inherited a lot of Nuxt logic when it comes to require components and routing functionalities.
These are not valid anymore for Vue3 also due the official
vue-router
migration guidelines.Details
While compiling on run, the
vue.config.js
requires a plethora of Nuxt functionalities around the routing logic, which for some reasons fails to retrieve the current route state and breaking abruptly.Affected files:
getMatchedComponents
)extendRouter
)Possible cause of issue may depends by the
getMatchedComponents()
implementation.Example:
The text was updated successfully, but these errors were encountered: