mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 13:45:18 +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 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({
|
||||
title,
|
||||
meta: [{
|
||||
|
Loading…
Reference in New Issue
Block a user