The NuxtLink Component
Use <NuxtLink>
to create a link between two pages as in a single-page app.
<NuxtLink to="/path">
Click Here
</NuxtLink>
This navigation will take place entirely on the client side.
Use <NuxtLink>
to create a link between two pages as in a single-page app.
<NuxtLink to="/path">
Click Here
</NuxtLink>
This navigation will take place entirely on the client side.