๐โโ๏ธ 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
?