Appearance
FsEditorWang5
wangEditor5 组件封装 文档:https://www.wangeditor.com/v5/for-frame.html#使用-1
Props
| Prop name | Description | Type | Values | Default |
|---|---|---|---|---|
| container | 容器配置 包装 editor 和 toolbar 的外部容器配置,可以设置 class,style 等 | object | - | |
| mode | editor 的模式 | string | - | |
| toolbarConfig | 工具条配置 | object | - | |
| toolbarAttrs | 工具条 style 等配置 | object | - | |
| editorConfig | 编辑器默认配置 | object | - | |
| uploader | uploader 参数 配置则开启上传 | object | - | |
| readonly | 只读 | boolean | - | |
| disabled | 是否禁用 | boolean | - |
Events
| Event name | Properties | Description |
|---|---|---|
| ready |