From 2bb2fcee40c4991f115b17468880eeb58ad8ee80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=98=E4=BC=9F=E5=BA=B7?= <642827353@qq.com> Date: Wed, 17 Aug 2022 21:42:16 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20isPage=E5=8F=82=E6=95=B0=E8=AF=B4?= =?UTF-8?q?=E6=98=8E?= 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 9c067b3..c1107e9 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ import Echarts from 'taro-react-echarts' | `loadingOption` | 参考[loading配置项](https://echarts.apache.org/zh/api.html#echartsInstance.showLoading) | object | 否 | | | `opts` | 参考[echarts. init](https://echarts.apache.org/zh/api.html#echarts.init) | string | 否 | | | `onEvents` | 绑定 echarts 事件 | object | 否 | | -| `isPage` | 表示是否是顶层页面级别 【注意Popup 、Dialog 等弹出层 都不是页面级别,需要设置为false,否则会造成重复渲染】 | boolean | 否 | true | +| `isPage` | 表示是否是顶层页面级别 【注意嵌套在Popup 、Dialog 等弹出层 都不是页面级别,需要设置为false,否则可能会不显示】 | boolean | 否 | true | ## Events