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

Show computed content #83

Open Fir3st opened 5 years ago

Fir3st commented 5 years ago

Hi, is possible to show computed content? I tried to change v-model to value and @change, changing works good but component still shows old content with no changes. Thanks