Skip to content

event handler lost on multiple v-if switches #3553

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

Closed
Centaur opened this issue Aug 29, 2016 · 1 comment
Closed

event handler lost on multiple v-if switches #3553

Centaur opened this issue Aug 29, 2016 · 1 comment

Comments

@Centaur
Copy link

Centaur commented Aug 29, 2016

Vue.js version

2.0.0-rc.3

Reproduction Link

https://jsfiddle.net/eft0d9qe/

Steps to reproduce

Click 'Show Child' button, then 'Close', then 'Show Child' button again, then 'Close' again

What is Expected?

The Child component should be hidden for the second time.

What is actually happening?

TypeError: o.fn is not a function error is throwed in the console, the closeChild event handler is not triggered.

@yyx990803
Copy link
Member

Duplicate of #3518 (already fixed)

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

2 participants