How to implement global error handling for useAsyncData?
GitHub
How to implement global error handling for useAsyncData? · nuxt nux...
So I am using a custom ofetch instance that is defined inside a Nuxt Plugin. It has its own error handling (simplified for this example): import type {FetchOptions} from "ofetch"; export ...
0 Replies