add bold button
This commit is contained in:
@@ -7,6 +7,9 @@
|
||||
<button @click="editor.redo().focus()">
|
||||
redo
|
||||
</button>
|
||||
<button @click="editor.bold().focus()">
|
||||
bold
|
||||
</button>
|
||||
</div>
|
||||
<editor-content :editor="editor" />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user