Skip to content

Commit 86aa0c6

Browse files
committed
docs: remove video course link
1 parent 91abcd2 commit 86aa0c6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/guide/events.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Event Handling
22

3-
<div class="vueschool"><a href="https://vueschool.io/lessons/vuejs-user-events?friend=vuejs" target="_blank" rel="sponsored noopener" title="Learn how to handle events on Vue School">Learn how to handle events in a free Vue School lesson</a></div>
4-
53
## Listening to Events
64

75
We can use the `v-on` directive, which we typically shorten to the `@` symbol, to listen to DOM events and run some JavaScript when they're triggered. The usage would be `v-on:click="methodName"` or with the shortcut, `@click="methodName"`

0 commit comments

Comments
 (0)