Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Atinux committed Nov 8, 2016
1 parent 1bd8a63 commit 37341ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/async-data/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Async data with Nuxt.js

## data(context)
## data (context)

> Nuxt.js *supercharges* the `data` method from vue.js to let you handle async operation before setting the real component data.
Expand Down
6 changes: 5 additions & 1 deletion examples/vuex-store/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ You're ready to use `this.$store` inside your `.vue` files :)
</template>
```

## fetch(context)
## fetch (context)

> Used to fill the store before rendering the page
Expand All @@ -69,3 +69,7 @@ export default {
}
}
```

## Context

To see the list of available keys in `context`, take a look at [this documentation](https://github.com/Atinux/nuxt.js/tree/master/examples/async-data#context).

0 comments on commit 37341ee

Please sign in to comment.