Skip to content
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] updated hook is called but DOM is not ready (slot + v-for) #4599

Closed
stackia opened this issue Dec 29, 2016 · 0 comments
Closed

[bug] updated hook is called but DOM is not ready (slot + v-for) #4599

stackia opened this issue Dec 29, 2016 · 0 comments

Comments

@stackia
Copy link

stackia commented Dec 29, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant