Vue
Introduction to Vue.js: Directives

V-On

PRO
Outline

V-ON is a directive that is used for event listening. We briefly cover an example in the video of handling click events, but there are a multitude of events you can listen for with V-On. A full and complete list can be found in the documentation here: https://vuejs.org/v2/api/#v-on

 

I finished! On to the next chapter