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
父组件使用mp-cells 包含了直接封装了 mp-cell的子组件 子组件在mp-cells内的上下边框消失
父组件
<mp-cells > <MyComponent > </MyComponent > <mp-cell> </mp-cell> </mp-cells >
子组件MyComponent.wxml
<mp-cell hover link value="test"> </mp-cell>
"useExtendedLib": { "weui": true }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug描述
父组件使用mp-cells 包含了直接封装了 mp-cell的子组件
子组件在mp-cells内的上下边框消失
复现方式
父组件
子组件MyComponent.wxml
版本信息
The text was updated successfully, but these errors were encountered: