2.0 Tutorial demonstrating how to use events in Vue. You might be familiar with events already if you come from any other javascript background or framework. Events are things like Hover or Click that happen when your application is running.
In we can tie various methods in when these events occur. This allows us further customization over what happens and how a user interacts with the application.
events can be designated with the v-event directive or with a simple @ sign before the