Results 3 issues of gyh9457

字体颜色、背景颜色也是比较常见的需求

https://github.com/react-component/m-tabs/blob/master/src/Tabs.tsx#L139 ![image](https://user-images.githubusercontent.com/13557235/68295955-75edc080-00ce-11ea-8c7c-5db09c295409.png) usePaged 参数被写死了,外部传没有效果。 是否删除这个参数(个人觉得没什么应用场景) 或者修复一下 复现地址 https://react-component.github.io/m-tabs/examples/vertical.html `no paged` 示例

使用rc-slider组件的时候发现在ie9、ie10全挂了,原因是内部使用了继承的方式,需要修改一下babel的配置。 `["transform-es2015-classes", {"loose": true}],` 所以想说是否可以暴露一些配置项出来。或者可以内置支持?