Fix typo in documentation (#136)

master
Marchal yoan 2020-10-15 13:21:59 +02:00 committed by GitHub
parent 521b283e64
commit d6947d018c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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`:
}
}
}
```
```