From 4c5817a922fae643b4b0cc751df2b85df82a4a6a Mon Sep 17 00:00:00 2001 From: roymondchen Date: Thu, 14 Jul 2022 20:11:26 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E5=B0=96=E6=8B=AC=E5=8F=B7=E6=B2=A1?= =?UTF-8?q?=E6=9C=89=E8=BD=AC=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/src/api/editor/editor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/api/editor/editor.md b/docs/src/api/editor/editor.md index d178724d..6d85c156 100644 --- a/docs/src/api/editor/editor.md +++ b/docs/src/api/editor/editor.md @@ -332,7 +332,7 @@ icon使用的是[element-plus icon](https://element-plus.org/zh-CN/component/ico ### isContainer -- **类型:** (el: HTMLDivElement) => boolean | Promise; +- **类型:** (el: HTMLDivElement) => boolean | Promise\; - **默认值:** (el: HTMLElement) => el.classList.contains('magic-ui-container')