diff --git a/docs/content/1.getting-started/5.routing.md b/docs/content/1.getting-started/5.routing.md index 507ed32e3a7..12386ede137 100644 --- a/docs/content/1.getting-started/5.routing.md +++ b/docs/content/1.getting-started/5.routing.md @@ -38,6 +38,8 @@ pages/ The `` component links pages between them. It renders a `` tag with the `href` attribute set to the route of the page. Once the application is hydrated, pages transitions are performed in JavaScript by updating the browser URL. This prevents full-page refreshes and allow for animated transitions. +When a `` enters the viewport, Nuxt will automagically prefetch the linked page in background, resulting in faster subsequent page transitions. + ```vue [pages/app.vue]