Skip to content

Commit

Permalink
Update syntax.md
Browse files Browse the repository at this point in the history
  • Loading branch information
uiblog authored Jan 5, 2017
1 parent 0940f28 commit 330bac6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/v2/guide/syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,6 @@ Mustache 不能在 HTML 属性中使用,应使用 [v-bind 指令](../api/#v-bi

之后当我们更深入地了解 `v-on``v-model`时,会看到更多修饰符的使用。

## Filters

Vue.js allows you to define filters that can be used to apply common text formatting. Filters are usable in two places: **mustache interpolations and `v-bind` expressions**. Filters should be appended to the end of the JavaScript expression, denoted by the "pipe" symbol:

### 过滤器

Vue.js 允许你自定义过滤器,被用作一些常见的文本格式化。过滤器应该被添加在 **mustache 插值**的尾部,由“管道符”指示:
Expand Down

0 comments on commit 330bac6

Please sign in to comment.