docs: broken link in guide (#56)

master
Dmitry Molotkov 2019-07-10 12:45:06 +03:00 committed by Pooya Parsa
parent 06c582768b
commit 0b149cc7d0
1 changed files with 1 additions and 1 deletions

View File

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