Skip to content

Commit

Permalink
refactor(staggered-fade-and-slide): remove default attrs inheritance
Browse files Browse the repository at this point in the history
  • Loading branch information
victorcg88 committed Aug 6, 2024
1 parent 9356c8b commit bb4e10e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<TransitionGroup
@enter="enter"
@after-enter="afterEnter"
v-bind="$attrs"
:appear="appear"
:name="name"
:tag="tag"
Expand All @@ -22,7 +21,6 @@
*/
export default defineComponent({
name: 'StaggeredFadeAndSlide',
inheritAttrs: false,
props: {
/**
* Indicates if the transition must be applied on the initial render of the node.
Expand Down

0 comments on commit bb4e10e

Please sign in to comment.