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.2.3 Vue Version: 2.6.10 Browsers: Chrome 79.0.3945.117 OS: Mac OS 10.14.6
mounted() { document.body.addEventListener("click", event => { console.log(event); }); }
and click on the dialog
can get the event on the dialog
can't console.log(event);
https://codesandbox.io/s/vue-template-u7wbw
The text was updated successfully, but these errors were encountered:
Related: #6654, #3333
Was moved from the activator to the content in #1932 then added back to the activator in #3105. Possible not needed here any more.
Sorry, something went wrong.
9ca0519
could you tell me when do you release this one? @johnleider
We do releases every Tuesday.
thank you @johnleider <3
johnleider
Successfully merging a pull request may close this issue.
Environment
Vuetify Version: 2.2.3
Vue Version: 2.6.10
Browsers: Chrome 79.0.3945.117
OS: Mac OS 10.14.6
Steps to reproduce
mounted() {
document.body.addEventListener("click", event => {
console.log(event);
});
}
and click on the dialog
Expected Behavior
can get the event on the dialog
Actual Behavior
can't console.log(event);
Reproduction Link
https://codesandbox.io/s/vue-template-u7wbw
The text was updated successfully, but these errors were encountered: