rainbowdog
rainbowdog
NNuxt
Created by rainbowdog on 11/27/2024 in #❓・help
NuxtLink does not let me click
Hello, main issue is when I am on the same page I'm trying to click on, it does not refresh the page. It does not even let me click it as a link, nothing in the network tab as well. Code:
<NuxtLink :to="to" class="px-4 py-4 w-full rounded-md font-bold tracking-wide text-center transition duration-300
border border-green-300"
exactActiveClass="bg-green-400 border-green-500"
@click="isOpen = false"
>
{{ title }}
</NuxtLink>
<NuxtLink :to="to" class="px-4 py-4 w-full rounded-md font-bold tracking-wide text-center transition duration-300
border border-green-300"
exactActiveClass="bg-green-400 border-green-500"
@click="isOpen = false"
>
{{ title }}
</NuxtLink>
6 replies