Skip to content

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

@divmain

Description

@divmain

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/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions