From 8770d1d363c3db15ba8fd347ef50eccd7be6fec8 Mon Sep 17 00:00:00 2001 From: maguohua1 Date: Fri, 16 Jul 2021 17:17:55 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=96=87=E6=A1=A3=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27ac75528..ae2bd0eb9 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ export default function AppRoute () { ) } ``` -以上即完成了微前端的渲染。 +以上即完成了微前端的渲染。 **注意**: 子应用的静态资源需要支持跨域访问。