### Environment Nuxt Version: 3.6.1 ### Reproduction https://stackblitz.com/edit/nuxt-j8hefc ### Describe the bug useFetch is called twice after the layout changed. pages/index.vue (called useFetch) -> pages/other (different layout) -> pages/index.vue (called twice useFetch) ### Additional context _No response_ ### Logs _No response_