docs: resolve preloadRouteComponents page heading error (#18804)

This commit is contained in:
Alex Liu 2023-02-06 17:50:13 +08:00 committed by GitHub
parent 73a966985e
commit 2fbc73b3a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.