Skip to content

Instantly share code, notes, and snippets.

@Akhigbe-E
Created April 29, 2021 08:28
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/9bc27faa02b6e892f27e38160f5eddff to your computer and use it in GitHub Desktop.
Save Akhigbe-E/9bc27faa02b6e892f27e38160f5eddff to your computer and use it in GitHub Desktop.
data(){
return ({
description:'Description of the site'
})
}
head(){
return({
title: 'Home page',
meta: [
{
hid: 'description',
name: 'description',
content: `${this.description}`
}
],
script:[]
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment