You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm upgrading my application from vue2 to vue3 trying to modify as little as possible the original code that is already working. I used ckeditor4-vue3 instead of the original ckeditor4-vue component but it seems that the ready event is never fired, just update:modelValue. As a result, a callback function that I was using to setup the application and should be called only once is never used.
For now I had to resort to running the callback on update:modelValue and use a flag to configure the app only once.
The text was updated successfully, but these errors were encountered:
I'm upgrading my application from vue2 to vue3 trying to modify as little as possible the original code that is already working. I used ckeditor4-vue3 instead of the original ckeditor4-vue component but it seems that the ready event is never fired, just update:modelValue. As a result, a callback function that I was using to setup the application and should be called only once is never used.
For now I had to resort to running the callback on update:modelValue and use a flag to configure the app only once.
The text was updated successfully, but these errors were encountered: