mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-25 15:15:19 +00:00
docs: resolve preloadRouteComponents
page heading error (#18804)
This commit is contained in:
parent
73a966985e
commit
2fbc73b3a3
@ -2,9 +2,9 @@
|
||||
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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user