theroozbeh / vue-tinymce-editor

This a component provides use of tinymce for vue developers
223 stars 71 forks source link

vue-tinymice-editor is disabled can not write anything in vuejs? #61

Open bilalswiftsolutions opened 4 years ago

bilalswiftsolutions commented 4 years ago

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
  }
}