froala / vue-froala-wysiwyg

Vue component for Froala WYSIWYG HTML Rich Text Editor.
https://froala.com/wysiwyg-editor
633 stars 86 forks source link

Why does it become textarea after several operations #158

Open 13615817501 opened 4 years ago

13615817501 commented 4 years ago

image

arwinvdv commented 4 years ago

We changed because of this to tag='div': <froala :tag="'div'" :config="currentConfig" v-model="editor_value"/>