Skip to content

Commit dae2130

Browse files
authored
Merge pull request #454 from fengsi/patch-1
Add space
2 parents 7141fb0 + 434402c commit dae2130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/zh-cn/structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Vuex 并不限制你的代码结构。但是,它规定了一些需要遵守的
66

77
2. 提交 **mutation** 是更改状态的唯一方法,并且这个过程是同步的。
88

9-
3. 异步逻辑都应该封装到 **action**里面。
9+
3. 异步逻辑都应该封装到 **action** 里面。
1010

1111
只要你遵守以上规则,如何组织代码随你便。如果你的 store 文件太大,只需将 action、mutation、和 getters 分割到单独的文件。
1212

0 commit comments

Comments
 (0)