VueJS CKeditor5 upload images VueJS CKeditor5 upload images vue.js vue.js

VueJS CKeditor5 upload images


use extraPlugins instead of extraPlugin.


moving uploader function to outside of vue component and then using it directly as

extraPlugin: [uploader]

worked for me.