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
Vuetify Version: 2.1.14 Vue Version: 2.5.22 Browsers: Chrome 78.0.3904.108 OS: Windows 10
add simple code in mounted section like this:
mounted
document.body.addEventListener('click', function(e) { console.log(e, e.target) }, false);
On buttons click inside menu messages should be displayed in the console
in console triggered only activator button click
https://codepen.io/dastiw1/pen/MWYeZMY
in console triggered only activator button click. On buttons click inside menu nothing happened
The text was updated successfully, but these errors were encountered:
Duplicate of #6654
Sorry, something went wrong.
No branches or pull requests
Environment
Vuetify Version: 2.1.14
Vue Version: 2.5.22
Browsers: Chrome 78.0.3904.108
OS: Windows 10
Steps to reproduce
add simple code in
mounted
section like this:Expected Behavior
On buttons click inside menu messages should be displayed in the console
Actual Behavior
in console triggered only activator button click
Reproduction Link
https://codepen.io/dastiw1/pen/MWYeZMY
Other comments
in console triggered only activator button click. On buttons click inside menu nothing happened
The text was updated successfully, but these errors were encountered: