From fb8dc69136c98cb58c067fdc25ed53f456d2bbcd Mon Sep 17 00:00:00 2001 From: hizikata <35916025+hizikata@users.noreply.github.com> Date: Mon, 17 Jun 2019 14:19:50 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E5=B0=86=E2=80=9C=E4=B9=9F=E4=B8=8D?= =?UTF-8?q?=E6=B2=A1=E6=9C=89=E5=9C=A8=E6=A8=A1=E6=9D=BF=E4=B8=AD=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E8=BF=87=E2=80=9D=E6=94=B9=E4=B8=BA=E2=80=9C=E4=B9=9F?= =?UTF-8?q?=E6=B2=A1=E6=9C=89=E5=9C=A8=E6=A8=A1=E6=9D=BF=E4=B8=AD=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E8=BF=87=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aio/content/guide/entry-components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/entry-components.md b/aio/content/guide/entry-components.md index 2599a84efb..8fb0c55e8c 100644 --- a/aio/content/guide/entry-components.md +++ b/aio/content/guide/entry-components.md @@ -157,7 +157,7 @@ If a component isn't an _entry component_ and isn't found in a template, the tree shaker will throw it away. So, it's best to add only the components that are truly entry components to help keep your app as trim as possible. -如果一个组件既不是*入口组件*也不没有在模板中使用过,摇树优化工具就会把它扔出去。 +如果一个组件既不是*入口组件*也没有在模板中使用过,摇树优化工具就会把它扔出去。 所以,最好只添加那些真正的入口组件,以便让应用尽可能保持精简。