docs: update link to more info about key/keepalive

resolves #24520
This commit is contained in:
Daniel Roe 2023-11-29 10:16:57 +00:00
parent ec0addd8c8
commit 1b1cc4f4e9
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ In Nuxt 2, you will have defined any nested routes (with parent and child compon
If you were passing a custom page key or keep-alive props to `<Nuxt>`, you will now use `definePageMeta` to set these options. If you were passing a custom page key or keep-alive props to `<Nuxt>`, you will now use `definePageMeta` to set these options.
:read-more{to="/docs/migration/component-options"} :read-more{to="/docs/guide/directory-structure/pages#special-metadata"}
### Page and Layout Transitions ### Page and Layout Transitions