disable spellcheck for book example
This commit is contained in:
@@ -88,6 +88,11 @@ export default {
|
|||||||
this.editor = new Editor({
|
this.editor = new Editor({
|
||||||
extensions: defaultExtensions(),
|
extensions: defaultExtensions(),
|
||||||
content,
|
content,
|
||||||
|
editorProps: {
|
||||||
|
attributes: {
|
||||||
|
spellcheck: 'false',
|
||||||
|
},
|
||||||
|
},
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user