-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Medium Editor
Sanya Boriskin edited this page Aug 5, 2019
·
10 revisions
<va-medium-editor :editor-options="editorOptions">
<h1>Some title</h1>
<p>the text of article</p>
</va-medium-editor>
export default {
data () {
return {
editorOptions: {
buttonLabels: 'fontawesome',
autoLink: true,
toolbar: {
buttons: [
'bold', 'italic', 'underline', 'anchor', 'h1', 'h2', 'h3'
]
}
}
}
}
-
editorOptions
- Object (see default options above).
va-medium-editor
uses external lib with overridden styles. Check more information here