#How can i use Axios interceptors on Nuxt 3?
4 messages · Page 1 of 1 (latest)
Nuxt doesn’t use axios out of the box. It uses ofetch. You can read more on interceptors on their docs https://github.com/unjs/ofetch
Is there any way I can use axios?
If you really wanted to, then yes. There’s plenty of documentation on interceptors on their github page