We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.0.0-rc.3
https://jsfiddle.net/eft0d9qe/
Click 'Show Child' button, then 'Close', then 'Show Child' button again, then 'Close' again
The Child component should be hidden for the second time.
Child
TypeError: o.fn is not a function error is throwed in the console, the closeChild event handler is not triggered.
TypeError: o.fn is not a function
closeChild
The text was updated successfully, but these errors were encountered:
Duplicate of #3518 (already fixed)
Sorry, something went wrong.
No branches or pull requests
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, thecloseChild
event handler is not triggered.The text was updated successfully, but these errors were encountered: