Skip to content

Commit

Permalink
fix: broken link in guide
Browse files Browse the repository at this point in the history
  • Loading branch information
aldarund committed Jul 7, 2019
1 parent 06c5827 commit 3970640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/usage.md
Expand Up @@ -48,7 +48,7 @@ async asyncData({ $http }) {
## Using in Component Methods

:::warning Note
`this` is not available in Nuxt's `asyncData` method, see [here](/usage.html#using-in-asyncdata) for how to use this module in `asyncData`
`this` is not available in Nuxt's `asyncData` method, see [here](usage.html#using-in-asyncdata) for how to use this module in `asyncData`
:::

When you have access to `this`, you can use `this.$http`:
Expand Down

0 comments on commit 3970640

Please sign in to comment.