aeternity / aepp-components

deprecated: aepp-components to be used in all aepps.
ISC License
41 stars 14 forks source link

Improvements in vue event modifiers #68

Closed acdbaykal closed 6 years ago

acdbaykal commented 6 years ago

Recently I wanted to use the @click.prevent modified event on a AeButton. Which did not work, because currently AeButton does not forward the dispatched native event.

In this PR I made the click event for AeButton and AeAppIcon modifiable.