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

Child views don't pass $event in handler expressions #498

Closed
divmain opened this issue Oct 17, 2014 · 1 comment
Closed

Child views don't pass $event in handler expressions #498

divmain opened this issue Oct 17, 2014 · 1 comment

Comments

@divmain
Copy link

divmain commented Oct 17, 2014

When using something like v-on='click: click($event)', the DOM event is normally passed to the handler as an argument. However, if the view in question is a child view, the expected argument is undefined.

Example:
http://jsfiddle.net/w28d1w0a/1/

@yyx990803
Copy link
Member

Fixed, thanks!

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