You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately, we can't leverage the @nuxtjs/axios module in the nuxt.config.js directly. We could possibly use it by passing the module (if it exists) to the function, but then we'd have to order the modules properly which seems too brittle to me.
However, if you have an idea how to realize this (or even want to submit a PR), please go on ☺️
Nuxt has axios module, what if instead of importing axios directly into nuxt.config file, we use nuxt axios module itself?
The text was updated successfully, but these errors were encountered: