Browse Source

update api reference for modules

Evan You 8 năm trước cách đây
mục cha
commit
4d150e92b1
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      docs/en/api.md

+ 2 - 1
docs/en/api.md

@@ -69,7 +69,8 @@ const store = new Vuex.Store({ ...options })
     {
       key: {
         state,
-        mutations,
+        namespaced?,
+        mutations?,
         actions?,
         getters?,
         modules?