mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-02 20:18:22 +08:00
parent
5aad5681e5
commit
fd28043172
@ -75,8 +75,8 @@ const TabBar = {
|
||||
} else {
|
||||
RenderTabBar = <ScrollableInkTabBar {...renderProps} />;
|
||||
}
|
||||
|
||||
return cloneElement(RenderTabBar);
|
||||
// https://github.com/vueComponent/ant-design-vue/issues/2157
|
||||
return cloneElement(RenderTabBar, renderProps);
|
||||
},
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user