Using the :to prop in a v-breadcrumbs-item causes the element to pickup the disabled class. :href appears to be working fine. Has :to been deprecated?
v0.15.0-beta.4
The href should not be disabled.
The generated href has the disabled class applied.
router link is disabled if current page is same as the link, change the link to "/test" and it works
@jacekkarczmarczyk is correct.
Not only if the current page is the same as the link, also if the current page starts with the link. So for example when you are on /people/peter and you link back to /people, its still greyed out.
Breadcrumbs are a sore spot that I will be improving in the future. The current functionality is too basic as best, and terrible to work with at worse.
@everhardt I worked around the issue you mentioned by setting the :exact prop to true.
@stoked74, great, that works!
Most helpful comment
@everhardt I worked around the issue you mentioned by setting the :exact prop to true.