How could I use the following nuxt-links parallel at the same time under nuxt-i18n:
<nuxt-link :to="switchLocalePath('en')">EN</nuxt-link>
and
<nuxt-link :to="localePath('/about')">About</nuxt-link>
So, when I change the language it drops me automatically the about page.
Thank you for your suggestion!
Unfortunately, it seems that nuxt-link does not work together with @click, but works properly when I nested it, like this: