Event Handling — Vue

v-on (@) const count = ref(0) const increment = () => count.value++ ---template--- Klik: {{ count }} Event Modifiers ---template--- ... Klik Inline Handler cons