Procházet zdrojové kódy

Merge pull request #58 from bradstewart/patch-1

Close markdown code block
Evan You před 9 roky
rodič
revize
a93c74890a
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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).