Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(click-outside): correctly remove event handlers in Shadow DOM
Use beforeUnmount instead of unmounted to remove event handlers in click-outside directive, since it's not possible to get element's shadowRoot when the element is already unmounted. fixes vuetifyjs#19616
- Loading branch information