Skip to content
New issue

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

Review Nuxt related routing logic based on official migration guidelines #10636

Closed
cnotv opened this issue Mar 15, 2024 · 1 comment
Closed
Assignees
Labels
Milestone

Comments

@cnotv
Copy link
Contributor

cnotv commented Mar 15, 2024

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:

Possible cause of issue may depends by the getMatchedComponents() implementation.

Example:

Screenshot 2024-03-15 at 18 31 33

@cnotv
Copy link
Contributor Author

cnotv commented Jun 17, 2024

Closing in favor of #11070

@cnotv cnotv closed this as completed Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants