From 330bac697db94422258c8f85295201b23d187b0d Mon Sep 17 00:00:00 2001 From: uiblog Date: Thu, 5 Jan 2017 17:01:48 +0800 Subject: [PATCH] Update syntax.md --- src/v2/guide/syntax.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/v2/guide/syntax.md b/src/v2/guide/syntax.md index 6fe3ff291..150f8e6d0 100644 --- a/src/v2/guide/syntax.md +++ b/src/v2/guide/syntax.md @@ -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 插值**的尾部,由“管道符”指示: