Start your All-Access Pass to unlock this challenge
Suppose we have a component where an element of its template looks like this:
<button @click="onFormSubmit">Submit form!</button>
How could we print Form submit button clicked!
to the console each time
this button is clicked?