You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For container components with slots, if the slots are transcluded with dynamic content, in the parent's updated hook the children's DOMs are not ready.
What is Expected?
As the document said, we should expect all children's DOMs to be ready.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Vue.js version
2.1.8
Reproduction Link
http://codepen.io/jsq2627/pen/pNMNWY
Steps to reproduce
For container components with slots, if the slots are transcluded with dynamic content, in the parent's updated hook the children's DOMs are not ready.
What is Expected?
As the document said, we should expect all children's DOMs to be ready.
The text was updated successfully, but these errors were encountered: