Przeglądaj źródła

update api reference for modules

Evan You 8 lat temu
rodzic
commit
4d150e92b1
1 zmienionych plików z 2 dodań i 1 usunięć
  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?