mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-25 15:15:19 +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
|
||||
},
|
||||
onResponseError({ request, response, options }) {
|
||||
// Pandle the response errors
|
||||
// Handle the response errors
|
||||
}
|
||||
})
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user