i am working on a laravel/vue project i am using the ckeditor5 cdn on the blade master file and after i installed the vue ckeditor component using :
npm install --save @ckeditor/ckeditor5-vue @ckeditor/ckeditor5-build-classic
and used it on a vue component and after i checked the pages that are just simple blade file i noticed that the ckeditor dont work anymore on them.... and i get this error on the console :
ckeditorerror.js:64 Uncaught CKEditorError: ckeditor-duplicated-modules
i think its because i am using the cdn for the blade files and the vue ckeditor for the vue component on the same time. i hope you can help me to fix that problem.