Skip to content

[BUG] Report bug use with event modifiers not work #564

Open
@WormGirl

Description

@WormGirl

🐛 Bug description

my project render by vue-cli

// this is not work
<DeleteFilled onClickStop={() => remove(file, actions)} />
// this  work  fine
<DeleteFilled  onClick={() => remove(file, actions)}/>

🏞 Desired result

🚑 Other information

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions