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 }) {
|
||||
const users = await $http.$get('https://reqres.in/api/users')
|
||||
return { users }
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
|
@ -96,4 +97,4 @@ For store actions you can also use `this.$http`:
|
|||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue