13.9 简单富文本(Simple Rich Text)
简单富文本组件,用于展示图文混排内容
基础用法
<template>
<dof-simple-rich-text :config-list="configList"></dof-simple-rich-text>
</template>
1
2
3
Attributes
| Prop | Type | Required | Default | Description |
config-list | Array | Y | [] | 富文本配置列表 |
Events
| 事件名 | 说明 | 回调参数 |
dofRichTextLinkClick | 链接点击事件 | e |