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
是这样的,在我们的项目里遇到了问题就是,我们是基于vue的web components方案项目,但是对于某些组件来说,我们不希望它拥有隔绝样式的能力。 所以是否可以新增自由控制是否开启shadow-root
defineCustomElement({ shadowRoot?: Boolen })
The text was updated successfully, but these errors were encountered:
can you help me?
Sorry, something went wrong.
I believe this is linked to #4404 and #4314 . It would be nice if this was merged, currently the only way to bypass it is a "fix" that breaks slots
Any update on this?
Duplicate of #4314
No branches or pull requests
What problem does this feature solve?
是这样的,在我们的项目里遇到了问题就是,我们是基于vue的web components方案项目,但是对于某些组件来说,我们不希望它拥有隔绝样式的能力。
所以是否可以新增自由控制是否开启shadow-root
What does the proposed API look like?
The text was updated successfully, but these errors were encountered: