I\'m trying to use the on click directive inside a component but it does not seem to work. When I click the component nothings happens when I should get a \'test clicked\' i
If you want to listen to a native event on the root element of a component, you have to use the .native modifier for v-on, like following:
v-on
or in shorthand, as suggested in comment, you can as well do: