Skip to content

Commit 8e1f6a0

Browse files
authored
typo
1 parent 776a331 commit 8e1f6a0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,8 +296,7 @@ import { mapWaitingActions, mapWaitingGetters } from 'vue-wait'
296296
297297
You can access `vue-wait`'s Vuex getters using `rootGetters` in Vuex.
298298

299-
```
300-
...
299+
```js
301300
getters: {
302301
cartOperationInProgress(state, getters, rootState, rootGetters) {
303302
return rootGetters['wait/is']('cart.*');

0 commit comments

Comments
 (0)