diff --git a/docs/src/demos/Examples/Book/index.vue b/docs/src/demos/Examples/Book/index.vue index 1e3a53b5..5374f91a 100644 --- a/docs/src/demos/Examples/Book/index.vue +++ b/docs/src/demos/Examples/Book/index.vue @@ -88,6 +88,11 @@ export default { this.editor = new Editor({ extensions: defaultExtensions(), content, + editorProps: { + attributes: { + spellcheck: 'false', + }, + }, }) },