Category: Components
The NuxtLink Component
Use <NuxtLink>
to create a link between two pages as in a single-page app.
Render part of the page only on the client
You can opt out of Server-Side Rendering on the component level.
Preload Images
Use the preload
attribute on <NuxtImg>
to load images that you need to display immediately.