Skip to content

Instantly share code, notes, and snippets.

@matthieu-D
Created March 1, 2018 18:41
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 matthieu-D/85c21c7d31427962d73c62fa8357f790 to your computer and use it in GitHub Desktop.
Save matthieu-D/85c21c7d31427962d73c62fa8357f790 to your computer and use it in GitHub Desktop.
var app = new Vue({
el: '#app',
.
.
.
computed: {
computedSum: function () {
return this.originalValue + 1;
}
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment