Skip to content

Instantly share code, notes, and snippets.

@artrayd
Last active July 2, 2020 16:48
Show Gist options
  • Save artrayd/9767d44c5b66db60c2da64d15f4a36cd to your computer and use it in GitHub Desktop.
Save artrayd/9767d44c5b66db60c2da64d15f4a36cd to your computer and use it in GitHub Desktop.
// inside html template
<span>{{ lettersAmount }} letters</span>
// inside script
computed: {
lettersAmount: function() {
return this.letters.length;
},
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment