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
Commit a mutation. `options` can have `root:true` that allows to commit root mutations in [namespaced modules](modules.md#namespacing). [Details](mutations.md)
Dispatch an action. Returns a Promise that resolves all triggered action handlers. [Details](actions.md)
134
+
Dispatch an action. `options` can have `root:true` that allows to dispatch root actions in [namespaced modules](modules.md#namespacing). Returns a Promise that resolves all triggered action handlers. [Details](actions.md)
0 commit comments