diff --git a/src/tab/index.js b/src/tab/index.js index b7b9f6d79..7dae84570 100644 --- a/src/tab/index.js +++ b/src/tab/index.js @@ -64,7 +64,7 @@ export default createComponent({ ); } - if (!slotContent) { + if (!slotContent && !parent.animated) { return; }