mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-16 21:58:19 +00:00
docs: fix typo
This commit is contained in:
parent
8934eb31d9
commit
6a1c054012
@ -52,7 +52,7 @@ export default {
|
|||||||
const title = ref('My App')
|
const title = ref('My App')
|
||||||
const description = ref('My App Description')
|
const description = ref('My App Description')
|
||||||
|
|
||||||
// This will be reactive even you change title/description above
|
// This will be reactive when you change title/description above
|
||||||
useHead({
|
useHead({
|
||||||
title,
|
title,
|
||||||
meta: [{
|
meta: [{
|
||||||
|
Loading…
Reference in New Issue
Block a user