1. 8
    Respond to Events with the v-on (@) Directive in Vue
    1m 30s

Respond to Events with the v-on (@) Directive in Vue

Share this video with your friends

Send Tweet

We'll see how we can respond to HTML events using the v-on directive. We'll discuss how v-on can be abbreviated to @ in our HTML and look at some of the events that are available to us.

In this lesson, we'll create a button that adds tickets to our cart.