From 3a3e563cf1dfe6c83138f93487996b54ef3f4d60 Mon Sep 17 00:00:00 2001 From: Da CodeKid Date: Wed, 19 Oct 2016 12:55:52 -0400 Subject: [PATCH] Fix an error in Component Example The current example will produce an error as there is no "todos" `props` that introduced yet. --- src/guide/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/guide/index.md b/src/guide/index.md index 3a3b60e6da..628606cdfb 100644 --- a/src/guide/index.md +++ b/src/guide/index.md @@ -265,9 +265,8 @@ Now you can compose it in another component's template: ```