Skip to content

Commit 6ac5624

Browse files
committed
chore: 📝 update readme according to new feature
1 parent fd923aa commit 6ac5624

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ export default {
4747
// simple usage
4848
'vue-axios-http/nuxt',
4949
// With options
50-
['vue-axios-http/nuxt', { errorProperty: 'errors' }],
50+
['vue-axios-http/nuxt', { errorProperty: 'errors', removeParams: true }],
5151
'@nuxtjs/axios',
5252
],
53-
axiosHttp: { errorProperty: 'errors' },
53+
axiosHttp: { errorProperty: 'errors', removeParams: true },
5454
}
5555
```
5656

0 commit comments

Comments
 (0)