Vue 2.x Component For Outside Events

Install & Download:

npm install --save vue-outside-events

Description:

Vue 2.x directive to react on events outside of an element without stopping the event’s propagation. Works well for handling clicks outside of menus and popups. Can handle any DOM event or CustomEvent. Also able to capture jQuery events.

Preview:

Vue 2.x Component For Outside Events

Add Comment