mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
docs: improve clarity in seo meta example (#29930)
This commit is contained in:
parent
8f92a6d038
commit
82dc24ec0b
@ -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