Skip to content

Commit

Permalink
types: add prefetchPayloads to router options (#9715)
Browse files Browse the repository at this point in the history
  • Loading branch information
kedrzu committed Aug 27, 2021
1 parent b014777 commit 2ef0537
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/types/config/router.d.ts
Expand Up @@ -23,5 +23,6 @@ export interface NuxtOptionsRouter extends RouterOptions {
linkPrefetchedClass?: string
middleware?: string | string[]
prefetchLinks?: boolean
prefetchPayloads?: boolean
trailingSlash?: boolean
}

0 comments on commit 2ef0537

Please sign in to comment.