Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

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

Open
bilalswiftsolutions opened this issue Aug 25, 2020 · 0 comments

Comments

@bilalswiftsolutions
Copy link

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
  }
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant