Quellcode durchsuchen

modify tutorial.md code style (#177)

modify code style
Berwin vor 9 Jahren
Ursprung
Commit
379000d4d3
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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>