vueuse/head

<Head> component with v-html directive

Closed this issue · 2 comments

Hello.
I'm using RankMath - a well known WordPress SEO plugin.
The plugin gives me a string that contains all the html that needs to go in the section of the page.
e.g "<title>some title</title>".
As i mentioned the data im getting from the plugin is a string of html elements.
When i try to pass the string to the component like so:

It doesn't work. Anyway to fix this? Or some other way to achieve the desired result?

Can you please provide a proper reproduction?

Thanks

Closing as this issue as it's stale, please provide a reproduction to re-open.