mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-25 23:22:02 +00:00
docs(api): fix typo in use-fetch (#7310)
This commit is contained in:
parent
1ca294e125
commit
0a775e3f70
@ -94,7 +94,7 @@ const { data, pending, error, refresh } = await useFetch('/api/auth/login', {
|
|||||||
return response._data
|
return response._data
|
||||||
},
|
},
|
||||||
onResponseError({ request, response, options }) {
|
onResponseError({ request, response, options }) {
|
||||||
// Pandle the response errors
|
// Handle the response errors
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user