diff --git a/docs/1.getting-started/5.seo-meta.md b/docs/1.getting-started/5.seo-meta.md index 75409070bb1..09c868aa541 100644 --- a/docs/1.getting-started/5.seo-meta.md +++ b/docs/1.getting-started/5.seo-meta.md @@ -103,6 +103,7 @@ use the computed getter syntax, the same as `useHead`. ```vue{}[app.vue] + ``` @@ -212,11 +214,11 @@ If you want to use a function (for full control), then this cannot be set in you ```vue [useHead] ``` @@ -282,17 +284,17 @@ In the example below, `titleTemplate` is set either as a string with the `%s` pl ```vue [app.vue] ``` @@ -324,10 +326,10 @@ The example below shows how you might enable Google Fonts using either the `link ```vue [Components] ```