Skip to content

组件 Props

名称说明类型默认值
value(v-model)编辑器内容string""
optionscodemirror5的配置项EditorConfigurationDEFAULT_OPTIONS
placeholder编辑器占位内容,需引入 codemirror 相关文件string""
border边框booleanfalse
width宽度string100%
height高度string100%
original-style使用原始样式,禁用此组件二次修改的样式(但不影响宽度、高度和边框) booleanfalse
KeepCursorInEnd始终保持鼠标位置在最后一行booleanfalse
mergemerge 模式,也可作为 diff 模式booleanfalse
name名称,将传给给组件内部的 textarea(没什么用🙃)string-

Released under the MIT License.