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