Skip to content

Commit 524de5d

Browse files
fix: [Tabs] style
1 parent b79d493 commit 524de5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue-primitives/src/tabs/TabsContent.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const isPresent = usePresence(elRef, () => props.forceMount || isSelected.value)
4848
:hidden="!isPresent"
4949
tabindex="0"
5050
:style="{
51-
animationDuration: isMountAnimationPrevented ? '0s !important' : undefined,
51+
animationDuration: isMountAnimationPrevented ? '0s' : undefined,
5252
}"
5353
>
5454
<slot v-if="isPresent" />

0 commit comments

Comments
 (0)