From 8f15597d6dc4be4b0f7cf4fb6534e2ad6ec7b30d Mon Sep 17 00:00:00 2001 From: ShanaMaid Date: Fri, 14 Sep 2018 16:01:42 +0800 Subject: [PATCH] =?UTF-8?q?fix(docs):=20=E4=BF=AE=E5=A4=8Ddocs=E5=8A=A0?= =?UTF-8?q?=E8=BD=BD=E5=8A=A8=E7=94=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/pages/components/routes.tsx | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/pages/components/routes.tsx b/docs/pages/components/routes.tsx index 11adacc..85781c7 100644 --- a/docs/pages/components/routes.tsx +++ b/docs/pages/components/routes.tsx @@ -5,7 +5,17 @@ import Loading from '@yoshino/components/Loading'; function getComponentAsyncLoading(loading: () => Promise<{ default: T }>) { - return getComponentAsync(loading, ); + return getComponentAsync(loading, ( +
+ +
) + ); } export default [