its not an expected behavior of the nuxt router. there might a problem with configurations in middleware or plugins. something like an infinite loop causing tab to freeze.
also nuxt router might freeze if you trigger a navigation to the same route with the same query parameters or path.
to better guide you, it’s better to see your code.