From 67052ac9257fd50e89b02f85c8a22b34c04248e6 Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Mon, 12 Sep 2016 08:18:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=8B=B1=E6=96=87=E4=B8=8D=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E9=9A=90=E8=97=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #50 --- public/docs/ts/latest/guide/forms.jade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/docs/ts/latest/guide/forms.jade b/public/docs/ts/latest/guide/forms.jade index 7449a62a67..95e8afeaf5 100644 --- a/public/docs/ts/latest/guide/forms.jade +++ b/public/docs/ts/latest/guide/forms.jade @@ -349,8 +349,8 @@ code-example(format=""). .alert.is-important :marked - If a component, directive, or pipe belongs to a module in the `imports` array, ​_DON'T_​ declare it in the `declarations` array. - If you wrote it and it should belong to this module, ​_DO_​ declare it in the `declarations` array. + If a component, directive, or pipe belongs to a module in the `imports` array, _DON'T_ declare it in the `declarations` array. + If you wrote it and it should belong to this module, _DO_ declare it in the `declarations` array. 如果一个组件、指令或管道出现在模块的`imports`数组中,就说明它是外来模块,_不要_再到`declarations`数组中声明它们。 如果你自己写的它,并且它属于当前模块,_就要_把它声明在`declarations`数组中。