Skip to content

Fix nested repeats with track-by. #783

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

Merged
merged 1 commit into from
Apr 15, 2015
Merged

Fix nested repeats with track-by. #783

merged 1 commit into from
Apr 15, 2015

Conversation

nkovacs
Copy link

@nkovacs nkovacs commented Apr 15, 2015

When the parent vm is reused, newly created children will inherit
the _reused property, and they won't be inserted into the dom.

Fixes #782

When the parent vm is reused, newly created children will inherit
the _reused property, and they won't be inserted into the dom.

Fixes vuejs#782
yyx990803 added a commit that referenced this pull request Apr 15, 2015
Fix nested repeats with track-by.
@yyx990803 yyx990803 merged commit 85799df into vuejs:dev Apr 15, 2015
@yyx990803
Copy link
Member

Nice, thanks :)

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

Successfully merging this pull request may close these issues.

nested track-by breaks when replacing the whole object
2 participants