Skip to content

Instantly share code, notes, and snippets.

@Akhigbe-E
Created April 29, 2021 08:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Akhigbe-E/ffc21ebbda1ff22a677967bf6c53ea4e to your computer and use it in GitHub Desktop.
Save Akhigbe-E/ffc21ebbda1ff22a677967bf6c53ea4e to your computer and use it in GitHub Desktop.
Head function
data() {
return {
title: 'Home page'
}
},
head() {
return {
title: this.title,
meta: [
{
hid: 'description',
name: 'description',
content: 'Home page description'
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment