We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
由于小程序的限制,无法遍历 this.props.children, AtTabsPane 需要用户自行传入 current 和 index 参数。
可以用 React.Children.map 来遍历子节点,而不用担心 this.props.children 的数据类型是 undefined 还是 object。 renderProps组件
The text was updated successfully, but these errors were encountered:
No branches or pull requests
由于小程序的限制,无法遍历 this.props.children, AtTabsPane 需要用户自行传入 current 和 index 参数。
可以用 React.Children.map 来遍历子节点,而不用担心 this.props.children 的数据类型是 undefined 还是 object。
renderProps组件
The text was updated successfully, but these errors were encountered: