mirror of
https://github.com/nuxt/nuxt.git
synced 2025-03-09 03:03:18 +00:00
docs: add link to pages documentation to routing (#18602)
This commit is contained in:
parent
41bb363709
commit
7bdc07e66d
@ -38,6 +38,8 @@ pages/
|
||||
|
||||
::
|
||||
|
||||
:ReadMore{link="/docs/guide/directory-structure/pages"}
|
||||
|
||||
## Navigation
|
||||
|
||||
The `<NuxtLink>` component links pages between them. It renders an `<a>` tag with the `href` attribute set to the route of the page. Once the application is hydrated, page transitions are performed in JavaScript by updating the browser URL. This prevents full-page refreshes and allows for animated transitions.
|
||||
|
Loading…
Reference in New Issue
Block a user