Skip to content

Commit 6939f1a

Browse files
committed
docs: noEcharts归属不正确
1 parent 9b202af commit 6939f1a

File tree

2 files changed

+18
-14
lines changed

2 files changed

+18
-14
lines changed

public/api-en-US.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,15 @@ This is the props of `MdPreview`, which is also part of `MdEditor`:
439439

440440
---
441441

442+
### 🖌 noEcharts
443+
444+
- **type**: `boolean`
445+
- **default**: `false`
446+
447+
\>=6.0.0 Disable echarts preview
448+
449+
---
450+
442451
### 🎨 previewComponent
443452

444453
如果你需要完全掌控预览区域的渲染方式,可以通过 `previewComponent` 注入自定义组件。组件会接收到 `html``id``className` 三个属性,其中 `id``className` 需要应用在容器元素上以保持内置样式与行为。
@@ -820,13 +829,6 @@ For more info, click [Internal Components](#%F0%9F%AA%A4%20Internal%20Components
820829

821830
\>=5.5.0 Controls the maximum depth of the catalog to be displayed.
822831

823-
### 🖌 noEcharts
824-
825-
- **type**: `boolean`
826-
- **default**: `false`
827-
828-
\>=6.0.0 Disable echarts preview
829-
830832
---
831833

832834
## 🧵 MdPreview Events

public/api-zh-CN.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,15 @@
445445

446446
---
447447

448+
### 🖌 noEcharts
449+
450+
- **类型**`boolean`
451+
- **默认值**`false`
452+
453+
\>=6.0.0 是否禁用 echarts 模块
454+
455+
---
456+
448457
### 🎨 previewComponent
449458

450459
If you need full control over how the preview area is rendered, you can inject a custom component via `previewComponent`. The component will receive three props: `html`, `id`, and `className`. Apply `id` and `className` to the container element to preserve the built-in styles and behavior.
@@ -853,13 +862,6 @@ export default () => {
853862

854863
\>=5.5.0 控制要显示的目录的最大深度。
855864

856-
### 🖌 noEcharts
857-
858-
- **类型**`boolean`
859-
- **默认值**`false`
860-
861-
\>=6.0.0 是否禁用 echarts 模块
862-
863865
---
864866

865867
## 🧵 MdPreview 绑定事件

0 commit comments

Comments
 (0)