Extend

扩展模块,根据使用情况选择组件,避免资源过大问题

组件

cl-editor-preview

编辑器预览

参数说明类型可选值默认值
title弹窗标题string文本预览
name编辑器名称'monaco' | 'quill' | 'wang'
props组件参数object{ height: 600, disabled: true }

cl-editor-wang

wangopen in new window 富文本编辑器

参数说明类型可选值默认值
modelValue绑定值string
mode类型'default' / 'simple'
height高度string / number400
disabled是否禁用booleanfalse

cl-editor-quill

quillopen in new window 富文本编辑器

参数说明类型可选值默认值
modelValue绑定值string
options配置选项object
height高度string / number400
disabled是否禁用booleanfalse

cl-editor-monaco

monacoopen in new window 代码编辑器

参数说明类型可选值默认值
modelValue绑定值string
options配置选项object
language语言类型stringjson
height高度string / number400
disabled是否禁用booleanfalse

cl-distpicker

cascaderopen in new window 省市区级联选择器。基于 el-cascader,可以使用它的全部参数及方法

Last Updated: