vuejs / Discussion

Vue.js discussion
167 stars 17 forks source link

Call pre-defined javascript method on vue js event #1314

Open DSkillz opened 7 years ago

DSkillz commented 7 years ago

Hello all !

Is it possible to do something like this:

<button v-on:click="callMethod()">Greet</button>

?? thanks