chmln / vue-wysiwyg

A lightweight WYSIWYG HTML editor for Vue.js
https://chmln.github.io/vue-wysiwyg/
MIT License
555 stars 134 forks source link

Setting empty string to props doesn't change the content #34

Closed arifmahmudrana closed 6 years ago

arifmahmudrana commented 6 years ago

screenshot from 2017-12-27 13-35-36 You can see in this screen shot I have set html props value & it showing correctly

screenshot from 2017-12-27 13-36-05 Now when I change the html props value to empty string the props value is changing but the content of div isn't changing.

I have tried with v-model but not working also in the repo example I added a button & programmatically to set data msg to empty string that doesn't work either. Props changing but content of div not changing.