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
2.5.13
https://jsfiddle.net/x78pz6u1/7/
not alert when I click the button emit2
alert when I click the button emit2
not considering the edge case: listeners are removed on component reuse. perhaps a bug at line 260 in v2.5.13/src/core/instance/lifecycle.js
The text was updated successfully, but these errors were encountered:
Looks like the reused component is keeping the event listeners. As a workaround for the moment, add a key attribute on one of the components
key
Sorry, something went wrong.
Checking with git version, looks like it was already fixed. But thanks for reporting it 🙂 edit: Duplicate of #7294
No branches or pull requests
Version
2.5.13
Reproduction link
https://jsfiddle.net/x78pz6u1/7/
Steps to reproduce
What is expected?
not alert when I click the button emit2
What is actually happening?
alert when I click the button emit2
not considering the edge case: listeners are removed on component reuse.
perhaps a bug at line 260 in v2.5.13/src/core/instance/lifecycle.js
The text was updated successfully, but these errors were encountered: