new Vue({ el: ".app", data: { input: 10 }, methods:{ add: function(){ this.input++ } } })