I redirect to same URL (not same query parameters) via navigateTo. However, it seems that useFetch wasn't executed.
On the other hands, useFetch is executed when redirect to different URL via navigateTo.
Is there a way to execute useFetch in the case of a redirect to the same URL?
Reproduction: https://github.com/mogi86/study-nuxt3-v2/blob/v0.0.4/src/pages/content.vue
yarn installyarn dev- access to
http://localhost:3000/content/
4-1. pushDisplay this contentbutton => cannot executeuseFetch
4-2. pushDisplay other contentbutton => can executeuseFetch