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
a6a803d27c
commit
64a4f0711b
@ -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