CroudTech / vue-quill

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

How to get the content of the editor as HTML? #11

Closed lucidlemon closed 7 years ago

lucidlemon commented 8 years ago

How would you get or set the Content of the editor as html? All i get is this delta code, I just can't seem to get pure, formatted html which I could then save into the database.

BrockReece commented 8 years ago

Hi Have you tried using the html prop?

<quill :content.sync="content" output="html"></quill>