Closed ueiheng closed 6 months ago
<QuillEditor ref="QuillEditorRef" :options="editorOption"></QuillEditor>
const quill = QuillEditorRef.value.getQuill();
quill.insertText(0, 'Hello', 'bold', true);
希望可以帮到你
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
How do I insert html at a specified range.index? Currently, the document only supports getting HTMLat range.index