Explorar o código

modify tutorial.md code style (#177)

modify code style
Berwin %!s(int64=9) %!d(string=hai) anos
pai
achega
379000d4d3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>