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

feat(wrapper): allow destroy() method to work with functional components #1188

Merged
merged 11 commits into from Mar 22, 2019
Merged

feat(wrapper): allow destroy() method to work with functional components #1188

merged 11 commits into from Mar 22, 2019

Conversation

tmorehouse
Copy link
Contributor

@tmorehouse tmorehouse commented Mar 16, 2019

Currently when calling wrapper.destroy(), only non-functional components are removed from the DOM.

This PR allows functional components to be removed from the DOM as well.

xref #1185 #1185 (comment)

Currently when calling `wrapper.destroy()`, only non-functional components are removed from the DOM.

This PR allows functional components to be removed from the DOM as well.
@tmorehouse tmorehouse marked this pull request as ready for review March 16, 2019 18:58
docs/api/options.md Outdated Show resolved Hide resolved
@eddyerburgh
Copy link
Member

Thanks for this, I'll merge once you've made the changes. Be warned that it might be some time before this is released, as the next version contains many breaking changes

eddyerburgh and others added 3 commits March 22, 2019 09:03
Co-Authored-By: tmorehouse <troymore@nbnet.nb.ca>
Co-Authored-By: tmorehouse <troymore@nbnet.nb.ca>
Co-Authored-By: tmorehouse <troymore@nbnet.nb.ca>
Copy link
Member

@eddyerburgh eddyerburgh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks :)

@eddyerburgh eddyerburgh merged commit f4ea3fd into vuejs:dev Mar 22, 2019
@tmorehouse tmorehouse deleted the patch-1 branch March 22, 2019 13:56
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.

None yet

2 participants