Home

Issue: 452

head script InnerHTML encoded like html escape

[issue link]

I have some issue about nuxt.config.js write head.script

I need write some code in head script , like define a object .
so I find how to setting on vue-meta ( use innerHTML )
https://github.com/declandewet/vue-meta#script-object

in my html , I got my code like it escape html .
maybe for some security reason .
but , I can’t find some information can disable it .
( vue-meta just use single quote in innerHTML )

Would someone know this and give me a reference , thanks.

capture

This question is available on Nuxt.js community (#c393)