Closed lucidlemon closed 7 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.
Hi Have you tried using the html prop?
<quill :content.sync="content" output="html"></quill>
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.