Harlan Wilton

Results 295 comments of Harlan Wilton

Seems like this may be fixed given the above comment, otherwise it's a duplicate of #75. Feel free to re-open if that's not the case.

Does the escaping actually cause issues with loading the URL though? My understanding and testing it seems like it works fine escaped

Thanks for confirming, will look into it soon

Should be fixed in https://github.com/vueuse/head/releases/tag/v0.7.13 Let me know if you have any issues with it

You'll need to fetch data in the setup function to be able to access it for `useHead`. Going to close this issue off, if you still need help feel free...

This issue is quite old so going to close. If you'd still like help with this please re-open

`value` would now be HTML encoded so any scripts would likely not work, otherwise this may introduce XSS issues for users Could possibly implement this with https://github.com/vueuse/head/issues/95 Will close for...

This is available with the `useHeadRaw` function. Let me know if you have any questions

Hey @danielroe If this is still something you're interested in, do you have any ideas on implementation? Merging being the default behaviour may cause some breaking changes, if we add...

See https://github.com/vueuse/head#render-priority If you're server-side rendering then it should solve it. Feel free to re-open the issue if you need non-SSR support