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
##### 😱 What happened to old `createActionHelpers`?
293
+
###☢️Advanced Getters and Actions Usage
294
294
295
-
**We've removed them**. Since they were just calling `dispatch`, you can just write like following example. We don't like complexity.
295
+
> The Vuex module name is `wait` by default. If you've changed on config, you should get it by `rootGetters['<vuex module name>/is']` or `rootGetters['<vuex module name>/any']`.
296
296
297
-
```js
298
-
//...
299
-
actions: {
300
-
asyncgetUsers({ dispatch }) {
301
-
constwaiter='getting users';
297
+
You can access `vue-wait`'s Vuex getters using `rootGetters` in Vuex.
0 commit comments