Closed
Description
I'm trying to track page vues using gtag.js, and as a simple case, I just added the pageview in an afterEach hook of the router, but the title seems to be resolved later (I guess because of the batch update performed).
This delay messes up pageview titles.
Is there a way to know when the meta title is resolved?