How can I display content text type html included image into quill editor #509
Unanswered
Thuytran79
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I can display content text type html not included image, but with content text type html included image, can't display exaclly
this is my code:
<div v-if="!copyEditMode" v-html="dataDetail.body"></div>
`
<QuillEditor style="height: 300px;" theme="snow" toolbar="full" v-model:content="editData.body" content-type="html"
@textchange="textChange(editData.body)"/>
Beta Was this translation helpful? Give feedback.
All reactions