Vue Outside Events Versions Save

Vue 2.x directive to help a specified element listen for specific events occurring outside of itself.

v1.1.3

5 years ago

Added a fix for Issue #5 where having multiple directives on a single element would break because not all of the events would get unbound when Vue removed the element.

1.1.0

7 years ago

Added the ability to one-time bind an object to the directive. The object needs to contain a "handler" function (and, with a custom event, a "name" string). Any remaining object properties will be passed to the handler function as a third argument object.

1.0.0

7 years ago

Offering Vue 2.x event listeners for things happening outside your element.