Selaa lähdekoodia

Update mutations.md

Quan Hong 9 vuotta sitten
vanhempi
commit
1ac16a95c5
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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: {