Closed kicker10BOG closed 2 years ago
Just figured it out... Think I had it this way earlier, but since it gave another error, I eventually got stuck on this after trying to solve the original issue, which I'm still struggling with.
Anyways, the fix for this issue is to change the component to the one I have commented out above (ckeditor: CKEditor.component
) and change the tag to ckeditor
I'm trying to use CKEditor 5 with Vue and Laravel, but I'm getting this error in the console when I try to load the page.
Here's my BasicEditor Vue component"
package.json (planning to have a basic editor and more advanced editor):
webpack.mix.js:
Any ideas on what I'm doing wrong? There's not many examples or much documentation on how to use CKEditor 5 with Laravel and Vue.