click-outside
click-outside copied to clipboard
JS error on unbind
vue.esm.js?a026:628 [Vue warn]: Error in directive click-outside unbind hook: "TypeError: Cannot read property 'handler' of undefined"
vue.esm.js?a026:1897 TypeError: Cannot read property 'handler' of undefined at unbind (index.js?e67d:65) at callHook$1 (vue.esm.js?a026:6685) at _update (vue.esm.js?a026:6646)
!isServer(vNode) && document.removeEventListener('click', el.vueClickOutside.handler)
same here
https://github.com/ChoOo7/click-outside associated PR : https://github.com/vue-bulma/click-outside/pull/20