Skip to content
This repository was archived by the owner on Apr 6, 2023. It is now read-only.
/frameworkPublic archive

docs: make titleTemplate function form example clearer - #4616

Merged
atinux merged 2 commits into
nuxt:mainfrom
riddla:patch-1
Apr 26, 2022
Merged

docs: make titleTemplate function form example clearer#4616
atinux merged 2 commits into
nuxt:mainfrom
riddla:patch-1

Conversation

@riddla

Copy link
Copy Markdown
Contributor

❓ Type of change

  • [ x] 📖 Documentation (updates to the documentation or readme)

📚 Description

I was confused when trying the second "function form" of the titleTemplate as follows:

useHead({
title => `My App - ${title}`
})

Which obviously make no sense, but it took a while to get head (Pun intended!) around the current documentation.
Maybe my change makes it clearer for others?

I was confused when trying the second "function form" of the `titleTemplate` as follows:
```vue
useHead({
title => `My App - ${title}`
})
```
Which obviously make no sense, but it took a while to get head (Pun intended!) around the current documentation.
Maybe my change makes it clearer for others?
@netlify

netlifyBot commented Apr 26, 2022

Copy link
Copy Markdown

Deploy Preview for nuxt3-docs ready!

NameLink
🔨 Latest commitd1c4f3c
🔍 Latest deploy loghttps://app.netlify.com/sites/nuxt3-docs/deploys/6267c4b100dba50009215445
😎 Deploy Previewhttps://deploy-preview-4616--nuxt3-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

Comment threaddocs/content/2.guide/2.features/4.head-management.md Outdated
@atinux
atinux merged commit d012eff into nuxt:mainApr 26, 2022
@pi0pi0 mentioned this pull request May 2, 2022
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@riddla@atinux@danielroe