fix(Tabs): incorrect animation when content is empty (#7354)
This commit is contained in:
+1
-1
@@ -64,7 +64,7 @@ export default createComponent({
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!slotContent) {
|
if (!slotContent && !parent.animated) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user