diff --git a/docs/content/en/usage.md b/docs/content/en/usage.md index d4c3f3f..7a8f8ec 100644 --- a/docs/content/en/usage.md +++ b/docs/content/en/usage.md @@ -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`: } } } -``` \ No newline at end of file +```