Mastering Nuxt @masteringnuxt.com ยท Jul 25

๐Ÿ’โ€โ™€๏ธ With Nuxt, when you set `keepalive: true` in the `definePageMeta` of a child page, its state will be preserved even when navigating between sibling pages. โœ… This ensures that switching between child routes does not reset their state, regardless of the parent or `NuxtPage` settings.

1 likes 0 replies

?