vuejs <v-btn click code example
Example 1: vue js button click
<div id="example-2">
<!-- `greet` is the name of a method defined below -->
<button v-on:click="greet">Greet</button>
</div>
Example 2: v-btn click
<v-btn @click="showInput = false"></v-btn>