We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ba995e commit a8cfe75Copy full SHA for a8cfe75
docs/ru/api.md
@@ -38,7 +38,8 @@ const store = new Vuex.Store({ ...options })
38
rootState, // то же, что и store.state, только при использовании модулей
39
commit, // то же, что и store.commit
40
dispatch, // то же, что и store.dispatch
41
- getters // то же, что и store.getters
+ getters, // то же, что и store.getters
42
+ rootGetters // то же, что и store.getters, только в модулях
43
}
44
```
45
0 commit comments