浏览代码

modify tutorial.md code style (#177)

modify code style
Berwin 9 年之前
父节点
当前提交
379000d4d3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/zh-cn/tutorial.md

+ 1 - 1
docs/zh-cn/tutorial.md

@@ -158,7 +158,7 @@ export const incrementCounter = function ({ dispatch, state }) {
 
 然后我们从 `components/Increment.vue` 组件里调用 action 函数
 
-```
+```html
 <template>
   <div>
     <button @click='increment'>Increment +1</button>