fix: enable spellcheck in visual editor
This commit is contained in:
parent
1e4a633b5d
commit
55bea7d48b
@ -67,6 +67,7 @@ export default {
|
|||||||
this.editor = await DecoupledEditor.create(this.$refs.editor, {
|
this.editor = await DecoupledEditor.create(this.$refs.editor, {
|
||||||
language: this.locale,
|
language: this.locale,
|
||||||
placeholder: 'Type the page content here',
|
placeholder: 'Type the page content here',
|
||||||
|
disableNativeSpellChecker: false,
|
||||||
wordCount: {
|
wordCount: {
|
||||||
onUpdate: stats => {
|
onUpdate: stats => {
|
||||||
this.stats = {
|
this.stats = {
|
||||||
|
Loading…
Reference in New Issue
Block a user