vue-meta
vue-meta copied to clipboard
HTML code into head
Hello, Is it possible to add plain HTML into head? (like next/head: https://nextjs.org/docs/api-reference/next/head)
Maybe not at the same way, it will be good also an innerHTML on configuration, now is available only for scripts.
Any ideas?
Thank you, L.
This wont ever be possible for v2, we might partially support this in v3.
See also #241 #293