Skip to content

Instantly share code, notes, and snippets.

@waitingallday
Created June 13, 2018 06:11
Show Gist options
  • Select an option

  • Save waitingallday/8e7927f2ffe9421d91761b3a34331977 to your computer and use it in GitHub Desktop.

Select an option

Save waitingallday/8e7927f2ffe9421d91761b3a34331977 to your computer and use it in GitHub Desktop.
capitalise
pagetitle() {
return this.$t('course.overview').toLowerCase().slice(0,1).toUpperCase() + this.$t('course.overview').toLowerCase().slice(1);
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment