How to use with @nuxtjs/axios (nuxt2)? #977
Unanswered
alexbuznik-stark
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Try installing an older version. https://axios-cache-interceptor.js.org/guide/getting-started#support-table I'm afraid i cannot help you with your specific use case since I've never used |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
Sorry for necroposting, but we have a project running on nuxt2 and I wanted to optimize the calls a bit.
However, we use @nuxtjs/axios, which is stuck on [email protected], and the Axios instantiation is wrapped down in the module.
Is it possible to use
axios-cache-interceptor
withaxios.interceptors.request.use
API?Thank you.
Beta Was this translation helpful? Give feedback.
All reactions