Skip to content

Commit b67d00a

Browse files
tam315atinux
authored andcommitted
clarify that the module is namespaced (nuxt#784)
1 parent 0d52be1 commit b67d00a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

en/guide/vuex-store.md

+1
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ new Vuex.Store({
103103
}
104104
},
105105
modules: {
106+
namespaced: true,
106107
todos: {
107108
state: {
108109
list: []

0 commit comments

Comments
 (0)