Nuxtjs Guideline: Link — Configure prefetch behavior. Description: Control when prefetching occurs. Do: prefetchOn for interaction-based. Don't: Default prefetch for low-priority. Good Example: <NuxtLink prefetch-on="interaction">. Bad Example: Always default prefetch. Severity: Low. Docs: https://nuxt.com/docs/api/components/nuxt-link.