diff --git a/docs/guides/using-with-vuex.md b/docs/guides/using-with-vuex.md index d33a94f45..039a998f8 100644 --- a/docs/guides/using-with-vuex.md +++ b/docs/guides/using-with-vuex.md @@ -233,7 +233,8 @@ describe('MyComponent.vue', () => { myModule: { state, actions, - getters: myModule.getters + getters: myModule.getters, + namespaced: true } } })