From bf0b7ea0a584028c7ecf7ce3d1d3573eda92947f Mon Sep 17 00:00:00 2001 From: 1zumii <524123601@qq.com> Date: Fri, 15 Mar 2024 15:41:22 +0800 Subject: [PATCH] =?UTF-8?q?fix(Tabs):=20=E4=BF=AE=E5=A4=8D=E5=B1=95?= =?UTF-8?q?=E7=A4=BA=E6=8C=87=E4=BB=A4=E5=A4=B1=E6=95=88=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/tabs/tabs.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/tabs/tabs.tsx b/components/tabs/tabs.tsx index 9d748643..ec5218c2 100644 --- a/components/tabs/tabs.tsx +++ b/components/tabs/tabs.tsx @@ -235,7 +235,7 @@ export default defineComponent({ } > {mapTabPane( - children, + mergeRenderPanes(), // TODO: 待优化 currentValue.value, tabPaneLazyCache, )}