Explorar el Código

Close markdown code block

Brad Stewart hace 9 años
padre
commit
f426a6664a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      docs/en/getters.md

+ 1 - 0
docs/en/getters.md

@@ -38,6 +38,7 @@ export default {
     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 with hot reload API, check out the [Counter Hot Example](https://github.com/vuejs/vuex/tree/master/examples/counter-hot).