filrak / vue-offline

Offline states and storage for Vue PWA
MIT License
349 stars 20 forks source link

Fix lifecycle hook name for removing event listeners #3

Closed MatWaligora closed 5 years ago

MatWaligora commented 6 years ago

Invalid lifecycle hook will cause event listeners to stay attached to DOM nodes, as this event will never be fired.

MatWaligora commented 6 years ago

PR ready: https://github.com/filrak/vue-offline/pull/4