How to write vue syntax v-on:click.native
in JSX?
For example v-on:click
in JSX is onClick
.
Answer was in the documentation for babel-plugin-transform-vue-jsx and it is nativeOnClick
:
<el nativeOnClick={this.nativeOnClickHandler} />
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With