-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
Status: Fixed / ImplementedIssue fixed by a new releaseIssue fixed by a new releaseType: EnhancementType: Nuxt.js
Description
As seen in https://nuxtjs.org/api/components-nuxt-link/, prefetch can be enabled or disabled using the prefetch attribute.
Currently we only have no-prefetch, however, this is not enough if you want to disable prefetching globally and only having it locally (You can disable the global prefetching with: router.prefetchLinks: false)
Metadata
Metadata
Assignees
Labels
Status: Fixed / ImplementedIssue fixed by a new releaseIssue fixed by a new releaseType: EnhancementType: Nuxt.js