docs: update nodes examples

This commit is contained in:
Hans Pagel
2021-10-19 21:18:32 +02:00
parent 4b1848917d
commit 71077f6d62
12 changed files with 84 additions and 19 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div v-if="editor">
<button @click="editor.chain().focus().setHorizontalRule().run()">
horizontalRule
setHorizontalRule
</button>
<editor-content :editor="editor" />