Skip to content

v2.0.0

Compare
Choose a tag to compare
@dangvanthanh dangvanthanh released this 14 May 17:20
· 49 commits to main since this release
  • Use vue-ckeditor2 as plugin
import Vue from 'vue';
import VueCkeditor from 'vue-ckeditor2';

Vue.use(VueCkeditor);
  • Use render function for component.
  • Updated CkEditor data on images upload (#57)
  • Fixed issue with caret jump in IE11 (#58 )