mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-21 21:25:11 +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({
|
||||
title,
|
||||
description: () => `description: ${title.value}`
|
||||
description: () => `This is a description for the ${title.value} page`
|
||||
})
|
||||
</script>
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user