From 877ddbad374546c31de0c9b1ddd3b6750f8836b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=87=E7=BA=AF?= Date: Mon, 22 Mar 2021 10:39:18 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E4=BF=AE=E5=A4=8D=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/guide/runtime-config.md | 3 +-- docs/zh/guide/runtime-config.md | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/guide/runtime-config.md b/docs/guide/runtime-config.md index e3fb876a..65fecf31 100644 --- a/docs/guide/runtime-config.md +++ b/docs/guide/runtime-config.md @@ -93,7 +93,7 @@ rootContainer(LastRootContainer, args) 比如在可以包一层DIV: ```js export function rootContainer(container) { - return () => () => { + return () => { return (
@@ -101,7 +101,6 @@ export function rootContainer(container) { ) } } - ``` ### onAppCreated diff --git a/docs/zh/guide/runtime-config.md b/docs/zh/guide/runtime-config.md index ff96aa18..93fd54dc 100644 --- a/docs/zh/guide/runtime-config.md +++ b/docs/zh/guide/runtime-config.md @@ -93,7 +93,7 @@ rootContainer(LastRootContainer, args) 比如在可以包一层DIV: ```js export function rootContainer(container) { - return () => () => { + return () => { return (
@@ -101,7 +101,6 @@ export function rootContainer(container) { ) } } - ``` ### onAppCreated