浏览代码

Update mutations.md

Quan Hong 9 年之前
父节点
当前提交
1ac16a95c5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/zh-cn/mutations.md

+ 1 - 1
docs/zh-cn/mutations.md

@@ -114,7 +114,7 @@ const store = new Vuex.Store({
 
 ### mutation 必须是同步函数
 
-一条重要的原则就是要记住**mutation 必须是同步函数**。为什么?请参考下面的例子:
+一条重要的原则就是要记住** mutation 必须是同步函数**。为什么?请参考下面的例子:
 
 ``` js
 mutations: {