Skip to content

Commit 085a2d2

Browse files
authored
Merge pull request #107 from swust-xiaoj/patch-1
Update syntax.md
2 parents c6fa653 + e377ac3 commit 085a2d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ new Vue({
176176
### `v-on` 缩写
177177

178178
``` html
179-
<!-- 完整缩写 -->
179+
<!-- 完整语法 -->
180180
<a v-on:click="doSomething"></a>
181181

182182
<!-- 缩写 -->

0 commit comments

Comments
 (0)