This repository was archived by the owner on Aug 23, 2024. It is now read-only.

Description
I am using https://github.com/dyonir/vue-tinymce-editor this plugin for tinymce but it is disable i am totally unable to write anything in it
what could be the reason of it
<tinymce v-model="message" id="messages" :readonly=false></tinymce>
import tinymce from "vue-tinymce-editor";
export default {
mixins: [Form],
data() {
return {
message: null,
};
},
components: {
tinymce : tinymce
}
}