vue3使用uni-app editor组件在app中打开输入框就报以下错误h5端可以解决
vue3使用uni-app editor组件在app中打开输入框就报以下错误h5端可以解决
信息类别 | 详细信息 |
---|---|
产品分类 | uniapp/App |
PC开发环境操作系统 | Windows |
PC开发环境操作系统版本号 | windows11 |
HBuilderX类型 | 正式 |
HBuilderX版本号 | 4.57 |
手机系统 | Android |
手机系统版本号 | Android 15 |
手机厂商 | 小米 |
手机机型 | 小米15 |
页面类型 | vue |
vue版本 | vue3 |
打包方式 | 云端 |
项目创建方式 | HBuilderX |
操作步骤:
- 使用editor组件。
<editor id="editor" class="solid-bottom bg-white im-input c-333" :adjust-position="true" maxlength="300" cursor-spacing="10"
@focus="InputFocus" @blur="InputBlur" @input="changeMsgText" @ready="onEditorReady" :read-only="readOnly" v-show="recShow==false"></editor>
预期结果:
- 不能有报错
实际结果:
- 报错
bug描述:
Listener added for a ‘DOMNodeInserted’ mutation event. Support for this event type has been removed, and this event will no longer be fired. See https://chromestatus.com/feature/5083947249172480 for more information. at __uniappquill.js:7
报错如图,应该是quill的问题,h5使用npm引入调整之后已正常。希望可以修复一下。
更多关于vue3使用uni-app editor组件在app中打开输入框就报以下错误h5端可以解决的实战教程也可以访问 https://www.itying.com/category-93-b0.html
2 回复
更多关于vue3使用uni-app editor组件在app中打开输入框就报以下错误h5端可以解决的实战教程也可以访问 https://www.itying.com/category-93-b0.html
问题已复现,感谢反馈,后续会评估 quill.js 的依赖升级方案
相关链接
https://github.com/slab/quill/issues/3806