We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
用 this.$refs.myQuillEditor.quill.clipboard.dangerouslyPasteHTML(range || 0, <b style="color:blue;background:#ccc;cursor: pointer;">创建标签</b>) 这个api来向编辑器插入自定义元素后,再向编辑器输入内容,输入的内容在插入的自定义元素里不在p标签里 作者可以试一下,或者有其他的api可以解决吗
<b style="color:blue;background:#ccc;cursor: pointer;">创建标签</b>
~~
npm
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
用 this.$refs.myQuillEditor.quill.clipboard.dangerouslyPasteHTML(range || 0,
<b style="color:blue;background:#ccc;cursor: pointer;">创建标签</b>
)这个api来向编辑器插入自定义元素后,再向编辑器输入内容,输入的内容在插入的自定义元素里不在p标签里
作者可以试一下,或者有其他的api可以解决吗
Reproduction
~~
System Info
~~
Used Package Manager
npm
Validations
The text was updated successfully, but these errors were encountered: