Add content for events handling

pull/1657/head
Kamran Ahmed 2 years ago
parent 3f822695df
commit 5867593616
  1. 8
      content/roadmaps/105-vue/content/100-fundamental-topics/110-events-handling.md

@ -1 +1,7 @@
# Events handling # Events Handling
When you build a dynamic website with Vue you'll most likely want it to be able to respond to events. For example, if a user clicks a button, submits a form, or even just moves their mouse, you may want your Vue site to respond somehow.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official Docs' href='https://vuejs.org/guide/essentials/event-handling.html'>Event Handling in Vue.js</BadgeLink>

Loading…
Cancel
Save