jeffreyguenther / vue-turbolinks

A Vue mixin to fix Turbolinks caching
MIT License
287 stars 20 forks source link

Remove event listener automatically on page change #1

Closed excid3 closed 7 years ago

excid3 commented 7 years ago

This fixes a bug that happens when the Vue app isn't on the next/previous page. Unbinding the event makes sure that specific event listener is removed cleanly along with the Vue app.