Skip to content

Commit 18fe031

Browse files
committed
note about module namespacing not out yet
1 parent 79c9fca commit 18fe031

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/en/modules.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ const moduleA = {
8181

8282
### Namespacing
8383

84+
> This feature is not released yet! It will be out soon in [email protected].
85+
8486
Note that actions, mutations and getters inside modules are still registered under the **global namespace** - this allows multiple modules to react to the same mutation/action type. You probably should namespace your Vuex module if you are writing a reusable one that will be used in unknown environments. To support namespacing for avoiding name clashing, Vuex provides `namespace` option. If you specify string value to `namespace` option, module assets types are prefixed by the given value:
8587

8688
``` js

0 commit comments

Comments
 (0)