[Vuejs]-How can i call a method in a hiperlink?

0👍

Invoke the method using ():

<li> <a v-on:click="par()" href="#"> Example 1</a></li>

Leave a comment