mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 13:45:18 +00:00
docs: improve clarity in seo meta example (#29930)
This commit is contained in:
parent
a6a803d27c
commit
64a4f0711b
@ -39,7 +39,7 @@ const title = ref('My title')
|
|||||||
|
|
||||||
useSeoMeta({
|
useSeoMeta({
|
||||||
title,
|
title,
|
||||||
description: () => `description: ${title.value}`
|
description: () => `This is a description for the ${title.value} page`
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user