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
Currently store.watch takes a getter function that receives store.state as its only argument. Would it be possible to also pass in the store.getters object as an argument to this newly created watched function?