You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In 1.7.3, my component used v-click-outside without global registration or local import.
After 1.9.0 (and 1.9.1), I must import ClickOutside and declare the directive in my component. This is a valid workaround for me, as I only have one component that uses this directive, but the change is breaking nonetheless.