Static GitHub Issues

[452] head script InnerHTML encoded like html escape

prev: TypeError: Cannot read property 'req' of undefined when "npm run generate" with asyncData
next: SCSS sourcemap in 0.10.0 version

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

<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c393">#c393</a>)</em></sub></div>