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 {
|
} else {
|
||||||
RenderTabBar = <ScrollableInkTabBar {...renderProps} />;
|
RenderTabBar = <ScrollableInkTabBar {...renderProps} />;
|
||||||
}
|
}
|
||||||
|
// https://github.com/vueComponent/ant-design-vue/issues/2157
|
||||||
return cloneElement(RenderTabBar);
|
return cloneElement(RenderTabBar, renderProps);
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user