We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b79d493 commit 524de5dCopy full SHA for 524de5d
packages/vue-primitives/src/tabs/TabsContent.vue
@@ -48,7 +48,7 @@ const isPresent = usePresence(elRef, () => props.forceMount || isSelected.value)
48
:hidden="!isPresent"
49
tabindex="0"
50
:style="{
51
- animationDuration: isMountAnimationPrevented ? '0s !important' : undefined,
+ animationDuration: isMountAnimationPrevented ? '0s' : undefined,
52
}"
53
>
54
<slot v-if="isPresent" />
0 commit comments