Home

Issue: 2065

head () doesn't work properly in Page Components on initial page load (default tags are rendered)

[issue link]

Any reason why vue-meta doesn’t work when I do this in page component?

head () {
    return {
      meta: [
        { hid: 'DAMN', name: 'DAMN', content: 'DAMNDAMNDAMN' }
      ]
    }
  }
This question is available on Nuxt.js community (#c1832)