kmohrf/vue-on-click-outside
vue mixin/directive that does something when you click outside a container
JavaScriptMIT
Issues
- 3
Ios
#5 opened by jelenaZdravkovic - 1
Race condition with setTimeout
#4 opened by mlohbihler - 5
TypeError: callback is not a function
#3 opened by jackiewillen - 3
Instead of v-if (v-if="showPopover" v-on-click-outside="close") i want to use v-show i.e (v-show="showPopover" v-on-click-outside="close") how will i achieve it. because i need to have some hidden element.
#1 opened by ajayenuke