Home

Issue: 951

Occurs in the IE browser: objects do not support the find property or method

[issue link]

0

Error method replication

Parent component:a.vue

Subcomponents:ab.vue

ab.vue

this.$emit(‘increment’)

a.vue

<ab @increment=‘incrementTotal’>
methods: {
  incrementTotal: function () {
  this.total += 1
}
}

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