We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In some parts of my application I have some menus that are opened through context menu using the right mouse button.
Is there any way for the plugin to work with the right button?
I am currently using this plugin to handle context menus: https://github.com/rawilk/vue-context
The text was updated successfully, but these errors were encountered:
I'm also having issues with this.
Sorry, something went wrong.
for your information: you can detect it with set the event for contextmenu (right click)
{ handler: this.handler, events: [ 'click', 'contextmenu' ], }
No branches or pull requests
In some parts of my application I have some menus that are opened through context menu using the right mouse button.
Is there any way for the plugin to work with the right button?
I am currently using this plugin to handle context menus: https://github.com/rawilk/vue-context
The text was updated successfully, but these errors were encountered: