diff --git a/en/data.md b/en/data.md index bc9e042d..3d67885e 100644 --- a/en/data.md +++ b/en/data.md @@ -97,7 +97,7 @@ export default { computed: { // display the item from store state. - items () { + item () { return this.$store.state.items[this.$route.params.id] } }