Taro-sign icon indicating copy to clipboard operation
Taro-sign copied to clipboard

taro-ui

Open hytStart opened this issue 5 years ago • 0 comments

由于小程序的限制,无法遍历 this.props.children, AtTabsPane 需要用户自行传入 current 和 index 参数。

可以用 React.Children.map 来遍历子节点,而不用担心 this.props.children 的数据类型是 undefined 还是 object。 renderProps组件

hytStart avatar Mar 26 '19 10:03 hytStart