vue-meteor-tracker
vue-meteor-tracker copied to clipboard
Meteor subscriptions seems not to be stopped
trafficstars
Hi,
On my first project integrating vue.js with meteor, using akryum package (akryum:[email protected]), I realised today that meteor subscriptions seems not be stopped.
Passing a document Id through the vue-router as param, from a first component with meteor{}, to a component in another page without it, I can then simply use a computed property to call mycollection.findOne(id). I have no cache for subscriptions nor the insecure package.
Is that normal? I thought that the subscriptions would be stopped when the component calling them is destroyed (which I assumed was when it is not visible anymore).
Thanks for your excellent work!