Types: PrefetchConfigOptions
ts
type PrefetchConfigOptions = object;Properties
| Property | Type | Description |
|---|---|---|
components? | boolean | PrefetchStrategy | When true any component that is wrapped in vue's defineAsyncComponent will be prefetched Default 'eager' |
props? | boolean | PrefetchStrategy | When true any props for routes will be prefetched Default false |