-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
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
@click.middle/right not working #7020
Comments
According to awamwang@e8e2913 you should use contextmenu instead. Docs should probably be updated See #5330 |
These modifiers do not work for This can be confusing so I've implemented a normalization in the compiler that transforms |
Version
2.5.3
Reproduction link
https://jsfiddle.net/6jy8v5g6/
Steps to reproduce
click using middel button on text in fiddle with @click.middle
What is expected?
call function used in @click.middle
What is actually happening?
nothing
according to docs: https://vuejs.org/v2/guide/events.html#Mouse-Button-Modifiers
in 2.5 they don't work
The text was updated successfully, but these errors were encountered: