I'm currently working on a project which uses VueJS. This project has many mixins and components and in the HTML @click is defined on many places.
Is it possible to get a list of DOM nodes which has these event listers attached? Or extend the main event listener functionality so that i can add some extra logic to it? I've searched for the answer for hours but still not able to find anything useful.
Thanks!
v-ondirective?