Skip to content

Commit

Permalink
fix(base-event-button): recover $listeners binding until Vue 3 ecosystem
Browse files Browse the repository at this point in the history
  • Loading branch information
joseacabaneros committed May 1, 2024
1 parent 1ed7989 commit f2bd4ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/x-components/src/components/animations/fade.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<transition name="x-fade-" :appear="appear">
<transition v-on="$listeners" name="x-fade-" :appear="appear">
<!-- @slot (Required) to add content to the transition -->
<slot />
</transition>
Expand Down

0 comments on commit f2bd4ba

Please sign in to comment.