From 7d534140fdb23db845d2fc7c5427e7cb8d61dd14 Mon Sep 17 00:00:00 2001 From: guibwl <228474838@qq.com> Date: Wed, 14 Apr 2021 11:18:40 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20fix:=20replace=20Chinese=20chara?= =?UTF-8?q?cter=20to=20English=20in=20README.md=20(#1386)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/api/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/README.md b/docs/api/README.md index 3d37fe9..c2a5094 100644 --- a/docs/api/README.md +++ b/docs/api/README.md @@ -261,7 +261,7 @@ A criterion for judging whether the business is closely related: Look at - excludeAssetFilter - `(assetUrl: string) => boolean` - optional,some special dynamic loaded micro app resources should not be handled by qiankun hijacking -- 返回值 - `MicroApp` - Micro application examples +- Return - `MicroApp` - Micro application examples - mount(): Promise<null>; - unmount(): Promise<null>;