Way to catch errors in all composables?
Hi people,
Is there a way to catch errors in any of your composables (client side)?
I know that I can use
<NuxtErrorBoundary>
to catch errors in any component, but this does not catch errors in a composable.
I also tried nuxtApp.hook('vue:error', ...
in a plugin, which does catch some errors, but not in composables.0 Replies