-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
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
组件样式无法传递的bug #160
Comments
我也遇到这个问题了,我在一个page里调用一个组件A,然后组件A调用组件B,这时候组件B的样式在组件A里边没法显示,我必须在page里边再次import组件B才行。 |
是存在这个问题,下个版本修复。暂时先写个空的 |
@magicwallboy 如果你的情况跟我一样,可以看看组件A是否有<style></style>标签 |
@SoyMeng 恩恩,我之前没写<style></style>标签,现在加一个空的可以了。 |
这个解决了吗,发现 |
@cytle 的确存在,现在才处理。 |
1.6 版本这个问题又重现了 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
如果子组件中有定义<style></style>标签,当父组件引用子组件时,如果父组件不添加空的<style></style>,页面无法引用到子组件定义的样式
The text was updated successfully, but these errors were encountered: