fix: enable spellcheck in visual editor

This commit is contained in:
NGPixel 2020-06-22 17:27:42 -04:00
parent 1e4a633b5d
commit 55bea7d48b

View File

@ -67,6 +67,7 @@ export default {
this.editor = await DecoupledEditor.create(this.$refs.editor, {
language: this.locale,
placeholder: 'Type the page content here',
disableNativeSpellChecker: false,
wordCount: {
onUpdate: stats => {
this.stats = {