Closed isoming closed 5 years ago
Color picker is implemented by extension of editor so you need import tui-editor/dist/tui-editor-extColorSyntax
and then set exts
.
import 'tui-editor/dist/tui-editor-extColorSyntax';
<editor :options="editorOptions" />
editorOptions: {
exts: [
'colorSyntax'
]
}
@sohee-lee7 Thanks!!
Version
1.1.1
Test Environment
MacOS
Current Behavior
I couldn't find the guide for setting text color. Can I use font color changing on vue-editor? If so, how can I?