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
目前来看,Overlay 组件在 connected 生命周期时进行子元素的转移行为,会触发子元素的 disconnect 和 connect,这部分可以考虑使用 template 优化,但是那就会要求用户必须要记忆那些组件需要使用 template。或许需要一个自顶向下设计的 MutationObserver,对部分组件库内部的 DOM 操作加入白名单。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
目前来看,Overlay 组件在 connected 生命周期时进行子元素的转移行为,会触发子元素的 disconnect 和 connect,这部分可以考虑使用 template 优化,但是那就会要求用户必须要记忆那些组件需要使用 template。或许需要一个自顶向下设计的 MutationObserver,对部分组件库内部的 DOM 操作加入白名单。
The text was updated successfully, but these errors were encountered: