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