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

Handle console error "navigation duplicated" #382

Merged
merged 1 commit into from
Jun 21, 2020

Conversation

vincent-lee90
Copy link
Contributor

@vincent-lee90 vincent-lee90 commented May 22, 2020

fixed #252
The root cause of this problem is the repeated triggering of asynchronous methods with routes.
Vue router did not deal with this problem well. Vue router chose to throw this error. For us, we have to deal with this mistake.

@vincent-lee90 vincent-lee90 changed the title Rewrite VueRouter.prototype.push (fixed #252) Handle error "navigation duplicated" (fixed #252) May 22, 2020
@vincent-lee90 vincent-lee90 changed the title Handle error "navigation duplicated" (fixed #252) Handle console error "navigation duplicated" May 22, 2020
@evias evias merged commit 014805a into symbol:master Jun 21, 2020
@evias evias deleted the handle-navigation-duplicated branch June 21, 2020 11:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error in log when clicking the current menu on the left menu
2 participants