1👍
✅
Try to use the prevent
modifier and remove :to
prop:
<nuxt-link class="group font-normal" @click.prevent="yourEventHandler" event="">
then use this.$router.push()
inside your event handler
Source:stackexchange.com