We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6fce7c commit 5e5d975Copy full SHA for 5e5d975
docs/extend.md
@@ -38,7 +38,7 @@ export default function ({ $axios, redirect }) {
38
If you need to create your own axios instance which based on $axios defaults, you can use `create` method.
39
40
```js
41
-export default function ({ $axios, redirect }, inject) {
+export default function ({ $axios }, inject) {
42
// Create a custom axios instance
43
const api = $axios.create({
44
headers: {
0 commit comments