share do not recognize head meta properties
Hello.
I'm using vue3 and composition api im my project.
I managed to add dynamic meta tags to the html head section:

However, the link share on social netwroks is not fecthing and previewing these contents. Any clue of what is happening?
In facebook share debugger tool i have at least a warning: Inferred Property The 'og:image' property should be explicitly provided, even if a value can be inferred from other tags.
But this property is defined. I'm thinking when the facebook scraps my page, these properties aren't yet on the page...
Anyone can help me understand what is going on and how to solve this?
Should work when SSR is enabled. If your app is SPA, then you should use something like prerender.io Related: dynamic meta tags for client-side
Below should cover it if you aren't SSR. Feel free to re-open with a reproduction repo if you think it's an issue with the package.