Closed acdbaykal closed 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.
@click.prevent
In this PR I made the click event for AeButton and AeAppIcon modifiable.
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.