From a8196a40f0bedceb1942540c4d8caae74ef529eb Mon Sep 17 00:00:00 2001 From: Jamen Marz Date: Wed, 4 Nov 2015 09:50:02 -0700 Subject: [PATCH] Fix original HTML --- src/guide/list.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/list.md b/src/guide/list.md index 1e234ed855..a855589d4a 100644 --- a/src/guide/list.md +++ b/src/guide/list.md @@ -61,7 +61,7 @@ Inside `v-for` blocks we have full access to parent scope properties, plus a spe ``` html ```