Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Commit

Permalink
fix(notifications): item remove button was not working
Browse files Browse the repository at this point in the history
  • Loading branch information
herteleo committed Apr 20, 2019
1 parent 98e2913 commit b2e8901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AppButton.vue
Expand Up @@ -2,7 +2,7 @@
<button
:class="[$style.button, $style[schema]]"
type="button"
@click="$emit('click')"
@click="$emit('click', $event)"
>
<slot />
</button>
Expand Down

0 comments on commit b2e8901

Please sign in to comment.