vuejs / apollo

🚀 Apollo/GraphQL integration for VueJS
http://apollo.vuejs.org
MIT License
6.03k stars 523 forks source link

fix: change teardown to use onScopeDispose #1545

Closed nickmessing closed 8 months ago

nickmessing commented 8 months ago

This fixes #1538

⚠️ This is technically a breaking change because now the teardown happens onUnmounted instead of onBeforeUnmount, however I find it very unlikely to affect any real usecase

CC @Akryum