描述
类型: Vue.js Component
功能: 富文本编辑框
Props
名称 |
类型 |
默认值 |
说明 |
height |
String/Int |
null |
显示高度 |
placeholder |
String |
请输入... |
占位符 |
tag |
String |
div |
渲染标签 |
nowrap |
Boolean |
false |
是否允许换行 |
inlineTools |
Boolean |
true |
是否显示编辑器toolbar |
value model |
String |
null |
内容html字符串 |
@update:value model |
()=>void |
|
组件值发生变化的回调 |
@newline |
()=>void |
|
nowrap为false时,敲击换行时的回调 |
@combine-to-prev |
()=>void |
|
在文本首部使用backspace,与上一模块合并的回调 |
@combine-from-next |
()=>void |
|
在文本尾部使用delete,与下一模块合并的回调 |
Expose