A problem with integrating ckeditor in vue/nuxt
ckeditor is integrated into nuxt.
There is no problem if ckeditor is placed on the page. When placed in a component, there is a problem when uploading images, and the file cannot be obtained.
Never figured out the reason.
Therefore, a slot is added to the form component. When referencing the form component in the page, insert the ckeditor at the same time.
problem solved.