Просмотр исходного кода

Fix incorrect version for silent mutation dispatch

Blake Newman 9 лет назад
Родитель
Сommit
c51c10f96d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      docs/en/mutations.md

+ 1 - 1
docs/en/mutations.md

@@ -69,7 +69,7 @@ mutations: {
 
 
 ### Silent Dispatch
 ### Silent Dispatch
 
 
-> requires >=0.7.0
+> requires >=0.6.3
 
 
 In some scenarios you may not want the middlewares to record the state change. Multiple dispatches to the store in a short period or polled do not always need to be tracked. In these situations is may be considered appropriate to silent the mutations. 
 In some scenarios you may not want the middlewares to record the state change. Multiple dispatches to the store in a short period or polled do not always need to be tracked. In these situations is may be considered appropriate to silent the mutations.