From bcc79a48219bca700946a8c01b96e973e01b56a8 Mon Sep 17 00:00:00 2001 From: Olayinka Success Date: Mon, 8 May 2017 00:57:45 +0100 Subject: [PATCH] Update data.md --- en/data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] } }