VueJS: remove listener setup in view VueJS: remove listener setup in view vue.js vue.js

VueJS: remove listener setup in view


Is $off() what you are looking for?

Remove event listener(s).

  • If no arguments are provided, remove all event listeners;

  • If only the event is provided, remove all listeners for that event;

http://vuejs.org/api/#vm-off