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

@@ -16,7 +16,7 @@
cursive
</button>
<button @click="editor.chain().focus().unsetFontFamily().run()">
Remove font-family
unsetFontFamily
</button>
<editor-content :editor="editor" />