0👍
click.native
will listen on a component for a native event to bubble up from an element contained in the component. In your case, it would be
<currency-input @click.native="clickMe"></currency-input>
- [Vuejs]-Laravel Vue js : How can I update a component form Javascript like this:
- [Vuejs]-How to access the current instance in nuxt page validate()?
Source:stackexchange.com