Open
Description
Hello,
I'm getting this warning if I click on a contenteditable div and click outside without having typed anything.
[Vue warn]: Invalid event arguments: event validation failed for event "update:modelValue".
my v-model points to a ref("")
It also shows as soon as the v-model goes back to an empty string (when I erase the string for example)
Thank you for this plugin it's very convenient!
Activity