vue-html5-editor icon indicating copy to clipboard operation
vue-html5-editor copied to clipboard

能否增加初始化样式?例如设置初始化字号、颜色等等....

Open ShihHsing opened this issue 8 years ago • 3 comments

因为开发中发现如果用户不选择任何样式进行输入,文字未被任何段落标签(span或者p)所包裹image

ShihHsing avatar Mar 27 '17 02:03 ShihHsing

你可以给编辑器组件content属性设置成带样式的html,比如:

<editor content="<p style='color:red'></p>"></editor>

PeakTai avatar Apr 07 '17 01:04 PeakTai

谢谢分享 已解决

ShihHsing avatar Apr 07 '17 01:04 ShihHsing

@AbandonedDrama 请问事怎么解决的呀,我照着来但并没有p包裹,只是

放在了后面 image

zuoshunyi avatar Jan 21 '19 03:01 zuoshunyi