2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-24 23:00:34 +03:00

fix documentation regression

This commit is contained in:
Declan de Wet
2016-10-31 03:16:20 +02:00
parent 998fa6a36a
commit 69e0c365b8
+2 -5
View File
@@ -302,11 +302,8 @@ The same way you use data.
name: 'BlogPostWrapper', name: 'BlogPostWrapper',
components: { BlogPost }, components: { BlogPost },
data: () => ({ data: () => ({
posts: [{ title: 'hello world' }] title: 'Example blog post'
}), })
metaInfo: {
title: 'Blog Posts'
}
} }
</script> </script>
``` ```