Home

Issue: 597

Error: head script dangerouslyDisableSanitizers

[issue link]

Hello

I need insert google tag manager

on my nuxt.config.js

head: {
  script: [
    //googletagmanager
    { innerHTML: "some script" },
  ],
  __dangerouslyDisableSanitizers: ['script']
}

when i change page (this.$router.push())

I have error Exeption

2017-04-21 16 08 19 2017-04-21 16 08 38

Do you can to help me?

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