Skip to content

Commit 47661df

Browse files
authored
Merge pull request #178 from tuxiantian/2.0-cn
修改翻译的错别字
2 parents 4aaf59b + 2edfdd6 commit 47661df

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
@@ -121,7 +121,7 @@ new Vue({
121121

122122
## 指令
123123

124-
指令(Directives)是带有 `v-` 前缀的特殊属性。指令属性的值预期是**单一 JavaScript 表达式**(除了 `v-for`,之后再讨论)。指令的职责就是当其表达式的值改变时响应地将某些行为应用到 DOM 上。让我们回顾一下在介绍里的例子:
124+
指令(Directives)是带有 `v-` 前缀的特殊属性。指令属性的值预期是**单一 JavaScript 表达式**(除了 `v-for`,之后再讨论)。指令的职责就是当其表达式的值改变时相应地将某些行为应用到 DOM 上。让我们回顾一下在介绍里的例子:
125125

126126
``` html
127127
<p v-if="seen">Now you see me</p>

0 commit comments

Comments
 (0)