mirror of https://github.com/sundowndev/http.git
Fix typo in documentation (#136)
parent
521b283e64
commit
d6947d018c
|
@ -58,6 +58,7 @@ async asyncData({ $http }) {
|
||||||
async asyncData({ $http }) {
|
async asyncData({ $http }) {
|
||||||
const users = await $http.$get('https://reqres.in/api/users')
|
const users = await $http.$get('https://reqres.in/api/users')
|
||||||
return { users }
|
return { users }
|
||||||
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue