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

@@ -13,7 +13,7 @@
justify
</button>
<button @click="editor.chain().focus().unsetTextAlign().run()">
set default
unsetTextAlign
</button>
<editor-content :editor="editor" />
</div>