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 02fcffa commit 60e360aCopy full SHA for 60e360a
docs/en/guides/using-with-vuex.md
@@ -91,7 +91,7 @@ describe('Actions.vue', () => {
91
})
92
```
93
94
-What’s happening here? First we tell Vue to use Vuex with the `Vue.use` method. This is just a wrapper around `Vue.use`.
+What’s happening here? First we tell Vue to use Vuex with the `localVue.use` method. This is just a wrapper around `Vue.use`.
95
96
We then make a mock store by calling new `Vuex.store` with our mock values. We only pass it the actions, since that’s all we care about.
97
0 commit comments