fix(plugin-md-power): avoid spellcheck in CodeEditor (#736)
Added spellcheck attribute to textarea for CodeEditor.
This commit is contained in:
parent
5fb7b7a216
commit
441b991b65
@ -82,7 +82,7 @@ onUnmounted(() => {
|
||||
<div ref="editorEl" class="code-repl-editor">
|
||||
<slot />
|
||||
<!-- eslint-disable-next-line vue-a11y/form-control-has-label -->
|
||||
<textarea ref="textAreaEl" v-model="input" class="code-repl-input" />
|
||||
<textarea ref="textAreaEl" v-model="input" class="code-repl-input" spellcheck="false" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user