mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-18 06:31:27 +00:00
docs: resolve preloadRouteComponents
page heading error (#18804)
This commit is contained in:
parent
73a966985e
commit
2fbc73b3a3
@ -2,9 +2,9 @@
|
|||||||
title: "preloadRouteComponents"
|
title: "preloadRouteComponents"
|
||||||
---
|
---
|
||||||
|
|
||||||
# `preloadComponents`
|
# `preloadRouteComponents`
|
||||||
|
|
||||||
`preloadRouteComponent` allows you to manually preload individual pages in your Nuxt app.
|
`preloadRouteComponents` allows you to manually preload individual pages in your Nuxt app.
|
||||||
|
|
||||||
> Preloading routes loads the components of a given route that the user might navigate to in future. This ensures that the components are available earlier and less likely to block the navigation, improving performance.
|
> Preloading routes loads the components of a given route that the user might navigate to in future. This ensures that the components are available earlier and less likely to block the navigation, improving performance.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user