Brad Stewart 9 лет назад
Родитель
Сommit
f426a6664a
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      docs/en/getters.md

+ 1 - 0
docs/en/getters.md

@@ -38,6 +38,7 @@ export default {
     filteredTodos
     filteredTodos
   }
   }
 }
 }
+```
 
 
 For an actual example, check out the [Shopping Cart Example](https://github.com/vuejs/vuex/tree/master/examples/shopping-cart).
 For an actual example, check out the [Shopping Cart Example](https://github.com/vuejs/vuex/tree/master/examples/shopping-cart).
 For an actual example with hot reload API, check out the [Counter Hot Example](https://github.com/vuejs/vuex/tree/master/examples/counter-hot).
 For an actual example with hot reload API, check out the [Counter Hot Example](https://github.com/vuejs/vuex/tree/master/examples/counter-hot).