We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Hi, I am not able to set focus on the CKEditor after mounting, do you know how to do it?
<template> <vue-ckeditor v-model="htmlContent" type="classic" ref="editor" /> </template> mounted() { this.$nextTick(() => this.$refs.editor.focus()) },
Thanks!