JEditor 富文本编辑器 ✔
富文本编辑器
组件参数
参数 | 类型 | 必填 | 默认值 | 说明 |
---|---|---|---|---|
value(v-model) | string | '' | ||
disabled | bool | false | 是否禁用 | |
showUploadMask | bool | false | 是否显示上传遮罩 |
更多参数及配置请参考
TinyMCE
官方文档:https://www.tiny.cloud/docs/
效果展示
使用示例
const schemas: FormSchema[] = [
{
field: 'tinymce',
component: 'JEditor',
label: '富文本',
defaultValue: 'defaultValue',
},
]