Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5k
fix: replace existing route in addRoute show warning msg#3519
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:dev
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
hendrikheil commentedMay 6, 2021
Would love to see this merged. We currently have to use a fork to get the documented behavior, which is not ideal Tested this and can confirm it works as expected 👍 |
9-lives commentedJul 5, 2021
没有人 merge 吗? |
} | ||
pathMap[record.path] = record |
rwaltenbergJul 29, 2021 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
This is undocumented behavior. The documentation states that only if the route has a name and the name matches with an existing route, it should be overwritten.
772778995 commentedOct 15, 2021
Niubitli!! |
Cheaterman commentedDec 14, 2021
VueJS please fix |
sonicwang1989 commentedOct 30, 2023
+1 |
1 similar comment
panruza commentedApr 10, 2024
+1 |
fix: addRoute is not work when there is already route with same name. replaced existing route in addRoute and show warning msg