Merge branch 'master' of github.com:nuxt-community/axios-module

master
Pooya Parsa 2017-09-08 11:20:46 +04:30
commit 2a0b163e27
1 changed files with 8 additions and 1 deletions

View File

@ -197,6 +197,13 @@ requestInterceptor: (config, { store }) => {
### `responseInterceptor`
- Default: `null`
```js
responseInterceptor: (response, ctx) => {
return response
}
```
Function for manipulating axios responses.
### `init`
@ -341,4 +348,4 @@ Details
[MIT License](./LICENSE)
Copyright (c) 2017 Nuxt Community
Copyright (c) 2017 Nuxt Community