https://jsfiddle.net/tco1q3hs/
I'v made simple component that looks like this:
export default { async created() { setTimeout(() => { throw Error(123); }, 5000); } };
And this component crashes nuxt application. Is it possible to catch this types of error?
The application continues to work
The application crashes
<!--cmty--><div align="right"><sub><em>This bug report is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c6964">#c6964</a>)</em></sub></div>