You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. You can initialize the editor with quill.setContents function. I hope it's what you meant. If not, please provide some code example with this issue :-)
hello, i was wondering how to initialize input to this editor, because when i initialize it by this
<QuillEditor v-model:value="editor" ............>
const editor = ref(
<p>test</p>
)i got this kind of error
state.quill.pasteHTML is not a function
but it work as i expect when i do not initialize any input,
this is my package.json
"vue3-quill": "^0.3.1"
"quill": "^2.0.3",
The text was updated successfully, but these errors were encountered: