Skip to content

Commit 379000d

Browse files
berwinyyx990803
authored andcommitted
modify tutorial.md code style (#177)
modify code style
1 parent 64322bd commit 379000d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/zh-cn/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ export const incrementCounter = function ({ dispatch, state }) {
158158

159159
然后我们从 `components/Increment.vue` 组件里调用 action 函数
160160

161-
```
161+
```html
162162
<template>
163163
<div>
164164
<button @click='increment'>Increment +1</button>

0 commit comments

Comments
 (0)