I'm working on a nuxt.js project, and I have a page loading content (basically a text) from a WordPress post, with an $http request on create() Hook.
I'd like to use the title as og:title meta, but I can't use it since the data is not loaded when the head method is executed.
How can I use the WordPress post title loaded by $http request as a oh:title meta ?