pages onMounted hook being called twice when switching layouts in app.vue
Hello everyone, I am working on my first web app using Nuxt 3. In my app.vue I am using a computed property to determine the layout that will be bound to NuxtPage name property.
I discovered that when I navigate from 1 page using default layout to another page using custom layout the onMounted hook is called twice.