@ckeditor/ckeditor5-vue
Advanced tools
Changelog
2.0.0 (2020-11-20)
The CKEditor 5 WYSIWYG editor component is compatible with Vue.js 3+. For Vue.js 2.x, check the dedicated @ckeditor/ckeditor5-vue2
component.
Changelog
1.0.0 (2019-09-20)
config.initialData
should be used to set the initial state of the editor instead of unsafe innerHTML
. Closes #51. (950b49a)Changelog
1.0.0-beta.1 (2018-11-06)
First developer preview. It contains a ready-to-use <ckeditor>
component that allows using CKEditor 5 Builds and CKEditor 5 Framework in Vue.js applications.