Skip to content

Commit

Permalink
fix(VLazy): show transitions
Browse files Browse the repository at this point in the history
fixes #16166
  • Loading branch information
KaelWD committed Nov 29, 2022
1 parent 266f548 commit a470c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vuetify/src/components/VLazy/VLazy.tsx
Expand Up @@ -62,7 +62,7 @@ export const VLazy = defineComponent({
style={ dimensionStyles.value }
>
{ isActive.value && (
<MaybeTransition transition={ props.transition }>
<MaybeTransition transition={ props.transition } appear>
{ slots.default?.() }
</MaybeTransition>
)}
Expand Down

0 comments on commit a470c84

Please sign in to comment.