浏览代码

Merge pull request #58 from bradstewart/patch-1

Close markdown code block
Evan You 9 年之前
父节点
当前提交
a93c74890a
共有 1 个文件被更改,包括 1 次插入0 次删除
  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).