Discussion
Discussion copied to clipboard
Call pre-defined javascript method on vue js event
Hello all !
Is it possible to do something like this:
<button v-on:click="callMethod()">Greet</button>
?? thanks