Tinymce support on Vue 2.1x
- Set default content and binding content
- Configurable options
- Event to change content
- v-model Support
Run the command below to install this package
npm install vue-tinymce --save
import Vue from 'vue'
import VueTinymce from 'vue-tinymce'
Vue.use(VueTinymce)
<div id="app">
<tinymce id="editor" v-model="editor" :options="options" @change="change" :content='content'></tinymce>
</div>
npm install
npm run example
npm install
npm run build
###License https://opensource.org/licenses/Apache-2.0