Skip to content

Commit 5cd8d59

Browse files
Update using-with-vuex.md to include namespaced:true in using modules section (#1636)
* Update using-with-vuex.md * chore: lint Co-authored-by: Lachlan <[email protected]>
1 parent 55ad8d7 commit 5cd8d59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/guides/using-with-vuex.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,8 @@ describe('MyComponent.vue', () => {
233233
myModule: {
234234
state,
235235
actions,
236-
getters: myModule.getters
236+
getters: myModule.getters,
237+
namespaced: true
237238
}
238239
}
239240
})

0 commit comments

Comments
 (0)