Static GitHub Issues

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

prev: If I want to access cdn, how can i do it?
next: npm run dev - UnhandledPromiseRejectionWarning: Unhandled promise rejection

0

Error method replication

Parent component:a.vue

Subcomponents:ab.vue

ab.vue

this.$emit('increment')

a.vue

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

<!--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/c823">#c823</a>)</em></sub></div>