vue-ckeditor2
vue-ckeditor2 copied to clipboard
[Question] How does ckeditor updates parent
Hello,
This is just a question in general about the component. I'm also building similar components, but I can't figure out how CkEditor is able to update the parent data, without any events.
I assume it's something to do with the v-model prop, but I don't see where it's used and / or set.
Any indicators how you're doing this?
Thank you very much! 😄