meteor-vue / vue-meteor-tracker

Use Meteor Tracker reactivity inside Vue components
90 stars 20 forks source link

Why other subscription call, Which do not need? #55

Open mdmasumbillah opened 5 years ago

mdmasumbillah commented 5 years ago

Step 1: Call a subscription and closed the subscription after my work. Step 2: Call other subscription. Then call step2 subscription and with step1 subscription. It's not dependancy of the step1 subscriptions. But why call step1.

I want to actual subscription not other subscription. Please help me.