Support for @nuxt/http #1588
danielroe
started this conversation in
Ideas & Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What problem does this feature solve?
Users might not use
axios
- particularly with the new Nuxt polyfill for fetch.It would be good to support
@nuxt/http
or allow users to define their own handler method for network requests.What do the proposed changes look like?
Load
axios
conditionally, allow a handler method that is passed in by users which is passed or assigned the Nuxt context.Beta Was this translation helpful? Give feedback.
All reactions