DEV Community

Discussion on: Handling Errors in Vue.js

Collapse
 
slidenerd profile image
slidenerd

so based on all the methods above, which one do you use in your Vue apps? I am using Nuxt SSR on my end hence the question

Collapse
 
raymondcamden profile image
Raymond Camden

Honestly I haven't thought about this in some time (and all my Embeds were broken, fixed now!). Probably the app wide errorHandler, but with try/catch in things like fetch() calls.