Members
(static, constant) vClickOutside :Object
Common-purpose custom vue-directive to run a callback when clicking outside a component.
Type:
- Object
Example
<Component :v-click-outside="() => {}" />
Common-purpose custom vue-directive to run a callback when clicking outside a component.
<Component :v-click-outside="() => {}" />