PEOPLE
Vue.js Question!!? Trying to make an element inside a nested component to respond to an event (eg. hovering). Currently it is not working.
When the same element and its action are both defined in the super-parent component (“App.vue”), the hovering goes without problem.
Have you gone through similar situation?