docs: update extension examples

This commit is contained in:
Hans Pagel
2021-10-19 21:28:48 +02:00
parent 71077f6d62
commit 3fe97621e7
11 changed files with 69 additions and 18 deletions

View File

@@ -27,7 +27,7 @@
green
</button>
<button @click="editor.chain().focus().unsetColor().run()">
remove color
unsetColor
</button>
<editor-content :editor="editor" />