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:
@@ -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>
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user