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
Fix: arguments for getters missing in API (vuejs#331)
* Fix: arguments for getters missing in API
as per `v2.0.0-rc.3`, getters receive 3 arguments: `state, getters, rootState`. However only the first is currently documented. This PR fixes this.
* Update api.md
fix grammar
* remove ")"
0 commit comments