Links pointing to / always receive the nuxt-link-active class
[issue link]For some reason, all nuxt-link pointing to / will receive the nuxt-link-active class regardless they’re active or not.
In the screenshot above, “Novedades” points to / and is active when the url path matches /bio. The rendered DOM looks like:
Notice both links have the navigation__item--active class.
I’m also able to reproduce it in the head elements demo.