You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wouldn't it be possible to pass the same function to Vue's $watch and Tracker.autorun? Then you could get rid of the slightly awkward split. So you can have one function where you can use both Vue's and Meteor's reactive variables, and it will rerun when any of them change.