-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
[fix]: documentation clarification: named routes #55
Comments
@difuoan Hi, thanks for feedback, can you set an example? |
@difuoan, @Scrum We had a similar problem. Here is an example: http://jsfiddle.net/qbw0douh/1/. The problem is solved when I comment on the following line https://github.com/Scrum/vue-2-breadcrumbs/blob/master/src/vue-2-breadcrumbs.js#L11, but I don’t know how correct this solution will be |
@kavayzin Hi, thanks for feedback, I will try to solve it soon. |
Just wanted to say that I spend multiple hours trying to figure out why the plugin was mixing up my route-params. Turns out because I used named routes, which seem to clash with the plugin for some reason.
This is not really documented, which would have been great for me, and very likely will be for others in the future.
The text was updated successfully, but these errors were encountered: