2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-18 17:40: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',
components: { BlogPost },
data: () => ({
posts: [{ title: 'hello world' }]
}),
metaInfo: {
title: 'Blog Posts'
}
title: 'Example blog post'
})
}
</script>
```