From 5badb8ee2409a46be2107e3560b9bad5cd8cd65f Mon Sep 17 00:00:00 2001 From: FungLeo Date: Fri, 8 May 2020 13:50:46 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=20split=20=E8=AF=B4=E6=98=8E?= =?UTF-8?q?=E6=AE=B5=E8=90=BD=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c4e3062..fa97fda 100755 --- a/README.md +++ b/README.md @@ -214,6 +214,11 @@ marked配置项,可以根据需求自定义。 复制代码按钮显示文字。 +#### split +- Type: `Boolean` +- Default: `true` + +编辑器默认展示形态,默认为双栏模式(展示编辑区域与预览区域),为 `false` 时,默认展示为单栏模式(只有编辑区域)。 ### 预览组件基本属性 #### initialValue @@ -244,12 +249,6 @@ marked配置项,与编辑器内该配置一致。 - Type: `String` - Default: `复制代码` -#### split -- Type: `Boolean` -- Default: `true` - -编辑器默认展示形态,默认为双栏模式(展示编辑区域与预览区域),为 `false` 时,默认展示为单栏模式(只有编辑区域)。 - 复制代码按钮显示文字。 ### on-ready 编辑器初始化完成时触发,返回值为`Object`,包含组件本身和`insertContent`方法。