react-quill报错Listener added for a ‘DOMNodeInserted‘ mutation event.Support for this event type has..
中 quill ==》 dist ==》 quill.js 文件中 修改代码。4、启动项目 npm run start。
·
![]()
1、删除node_modules 和 package-lock.json
2、重装依赖 npm i
3、找到 node_modules 中 quill ==》 dist ==》 quill.js 文件中 修改代码
// _this.domNode.addEventListener('DOMNodeInserted', function () {});
new MutationObserver(() => {}).observe(_this.domNode, { childList: true });
4、启动项目 npm run start
更多推荐



所有评论(0)