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
6.1.1
Memory leak with Vue class component https://jsfiddle.net/n1tvtwet/3/
Not reproduce-able, with vanilla vue js https://jsfiddle.net/n1tvtwet/
we would expect that when we use vue-class-component it would not leak memory
detached nodes are found and memory is leaked when vue-class-component is used, while this is not the case when a vanilla vuejs solution is used.
The text was updated successfully, but these errors were encountered:
Thanks for reporting this! I've confirmed that it indeed has a memory leak and I found the cause of it. I'll fix it.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Version
6.1.1
Reproduction link
Memory leak with Vue class component
https://jsfiddle.net/n1tvtwet/3/
Not reproduce-able, with vanilla vue js
https://jsfiddle.net/n1tvtwet/
Steps to reproduce
What is expected?
we would expect that when we use vue-class-component it would not leak memory
What is actually happening?
detached nodes are found and memory is leaked when vue-class-component is used, while this is not the case when a vanilla vuejs solution is used.
The text was updated successfully, but these errors were encountered: