CroudTech / vue-quill

Quill component for vue
MIT License
121 stars 22 forks source link

Two-way model binding doesn't work #25

Closed ognicki closed 6 years ago

ognicki commented 6 years ago

Hi, I have a problem with two-way model binding. After editing text, model is updated, but updating model outside of quill doesn't change contents of the editor. What can be the cause of that?

ognicki commented 6 years ago

Sorry, didn't notice https://github.com/CroudTech/vue-quill/issues/14