1👍
I don’t think Vue events bubble like DOM ones, you need to catch them on the emitting component, so <button-component @button-clicky="gotevent" />
- [Vuejs]-For rtl languages, how to right-align v-text-field label?
- [Vuejs]-How to pass a constant to a method as a parameter with vuejs
Source:stackexchange.com