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.
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c443">#c443</a>)</em></sub></div>