How to make Vue v-on:click work on Component in VueJS ?
In Vue.js, the v-on directive is used to attach event listeners to the DOM elements and components. However, when working with the components, especially custom components may encounter situations where the v-on:click directive does not work as expected. The below approaches can be used to make it w