Vue/once

sample1code
new Vue({
  el: "#sample",
  data: {num: 0},
})

button @click.once="num += 1">{{num}}/button>