11 Replies
Here I'm manually triggering this error.
Where are you calling that function?
Throws error in the console though
If you want to show an error page at that point you can use showError.
Thanks.
showError
worked. But why createError
doesn't work?It's being called in mounted, so it's not being caught and handled anywhere
showError also logs error in the console. Is there any way to get rid of that?
Will that error cause any problem? or just
console.error()
that won't cause problems?
BTW thanks lot for spending your precious time helping me.No, it won't cause any issues