Skip to content

PrefetchConfigOptions

ts
type PrefetchConfigOptions = {
  components?: boolean,
}

When components is true, any component that is wrapped in vue's defineAsyncComponent will be prefetched. Provides abstraction for additional future prefetch config options to be configured.