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 0825cc4 commit db688efCopy full SHA for db688ef
docs/guides/using-with-vuex.md
@@ -214,7 +214,7 @@ Simple component that includes one action and one getter.
214
And the test:
215
216
``` js
217
-import { createLocalVue, shallowMount } from '@vue/test-utils'
+import { shallowMount, createLocalVue } from '@vue/test-utils'
218
import Vuex from 'vuex'
219
import MyComponent from '../../../src/components/MyComponent'
220
import myModule from '../../../src/store/myModule'
@@ -240,7 +240,6 @@ describe('MyComponent.vue', () => {
240
store = new Vuex.Store({
241
modules: {
242
myModule: {
243
- namespaced: true, // If store/myModule is namespaced https://vuex.vuejs.org/guide/modules.html#namespacing
244
state,
245
actions,
246
getters: myModule.getters
0 commit comments