From 69e0c365b8cbbb1b71641b52ad4ca64fe5b8c733 Mon Sep 17 00:00:00 2001 From: Declan de Wet Date: Mon, 31 Oct 2016 03:16:20 +0200 Subject: [PATCH] fix documentation regression --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1c1e82e..947f1a2 100644 --- a/README.md +++ b/README.md @@ -302,11 +302,8 @@ The same way you use data. name: 'BlogPostWrapper', components: { BlogPost }, data: () => ({ - posts: [{ title: 'hello world' }] - }), - metaInfo: { - title: 'Blog Posts' - } + title: 'Example blog post' + }) } ```