Skip to content

Commit 1ac16a9

Browse files
committed
Update mutations.md
1 parent 870a0a2 commit 1ac16a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/zh-cn/mutations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ const store = new Vuex.Store({
114114

115115
### mutation 必须是同步函数
116116

117-
一条重要的原则就是要记住**mutation 必须是同步函数**。为什么?请参考下面的例子:
117+
一条重要的原则就是要记住** mutation 必须是同步函数**。为什么?请参考下面的例子:
118118

119119
``` js
120120
mutations: {

0 commit comments

Comments
 (0)