Skip to content

Commit

Permalink
feat: isPage参数说明
Browse files Browse the repository at this point in the history
  • Loading branch information
qiuweikangdev committed Aug 17, 2022
1 parent 31efab1 commit 2bb2fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2bb2fce

Please sign in to comment.