We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33cb57c commit c9e772cCopy full SHA for c9e772c
docs/zh-cn/structure.md
@@ -8,7 +8,7 @@ Vuex 并不限制你的代码结构。但是,它规定了一些需要遵守的
8
9
3. 异步逻辑都应该封装到 **action** 里面。
10
11
-只要你遵守以上规则,如何组织代码随你便。如果你的 store 文件太大,只需将 action、mutation、和 getters 分割到单独的文件。
+只要你遵守以上规则,如何组织代码随你便。如果你的 store 文件太大,只需将 action、mutation 和 getters 分割到单独的文件。
12
13
对于大型应用,我们会希望把 Vuex 相关代码分割到模块中。下面是项目结构示例:
14
0 commit comments