Home

Issue: 506

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.

captura de pantalla 2017-04-04 a las 00 16 51

In the screenshot above, “Novedades” points to / and is active when the url path matches /bio. The rendered DOM looks like:

captura de pantalla 2017-04-04 a las 00 19 06

Notice both links have the navigation__item--active class.

I’m also able to reproduce it in the head elements demo.

This question is available on Nuxt.js community (#c443)