Akryum / vue-supply

Create resources that can automatically be activated and deactivated when used (like subscriptions)
159 stars 16 forks source link

Accessing vue-router params inside subscriptions #6

Open eybarta opened 7 years ago

eybarta commented 7 years ago

Hi, I'm trying to use vue-supply with vue-meteor-tracker.

My issue is, I need to pass a router param to the subscribe function, but I found no way of accessing it inside my Supply component..

Is there a way to do this?

thanks alot!