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
问题描述 微信小程序端组件使用到解构插槽时,同一个页面使用多个该组件,除了第一个外,后面的插槽的内容的样式会被最后一个影响,测试h5和app的vue页面正常
复现步骤 运行demo,可以发现页面中除了第一个外后面的三个都变成了红色,而只有最后一个设置了红色
预期结果 预期结果应该只有最后一个是红色的
实际结果 除了第一个外后面的三个都变成了红色
系统信息:
npm run info
补充信息 app的vue页面和h5测试正常 [可选] [根据你的分析,出现这个问题的原因可能在哪里?]
The text was updated successfully, but these errors were encountered:
fix(mp-weixin): Scoped Slots #1662
1253609
HBuilderX 2.7.2 alpha 已修复
Sorry, something went wrong.
No branches or pull requests
问题描述
微信小程序端组件使用到解构插槽时,同一个页面使用多个该组件,除了第一个外,后面的插槽的内容的样式会被最后一个影响,测试h5和app的vue页面正常
复现步骤
运行demo,可以发现页面中除了第一个外后面的三个都变成了红色,而只有最后一个设置了红色
预期结果
预期结果应该只有最后一个是红色的
实际结果
除了第一个外后面的三个都变成了红色
系统信息:
npm run info
的运行结果]补充信息
app的vue页面和h5测试正常
[可选]
[根据你的分析,出现这个问题的原因可能在哪里?]
The text was updated successfully, but these errors were encountered: