mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
types: add prefetchPayloads
to router options (#9715)
This commit is contained in:
parent
b0147772ec
commit
2ef053735a
1
packages/types/config/router.d.ts
vendored
1
packages/types/config/router.d.ts
vendored
@ -23,5 +23,6 @@ export interface NuxtOptionsRouter extends RouterOptions {
|
||||
linkPrefetchedClass?: string
|
||||
middleware?: string | string[]
|
||||
prefetchLinks?: boolean
|
||||
prefetchPayloads?: boolean
|
||||
trailingSlash?: boolean
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user