From 03fbdb631f9b642d6d276375453be8458c5d3c0e Mon Sep 17 00:00:00 2001 From: Bill Noon Date: Wed, 19 Feb 2014 11:17:58 -0500 Subject: [PATCH] Correct $index reference --- source/guide/list.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/guide/list.md b/source/guide/list.md index 3c6bda065f..962fae7fa9 100644 --- a/source/guide/list.md +++ b/source/guide/list.md @@ -46,11 +46,11 @@ var demo = new Vue({ ## Arrays of Primitive Values -For Arrays containing primitive values, you can access the value simply as `value`: +For Arrays containing primitive values, you can access the value simply as `$value`: ``` html ``` @@ -64,7 +64,7 @@ new Vue({ ``` **Result:** - + \ No newline at end of file +