raingad
raingad
  • 发布:2025-04-28 11:19
  • 更新:2025-04-28 11:28
  • 阅读:43

【报Bug】vue3使用editor组件,app中,打开输入框就报以下错误,h5端可以解决

分类:uni-app

产品分类: 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引入调整之后已正常。希望可以修复一下。

2025-04-28 11:19 负责人:无 分享
已邀请:
raingad

raingad (作者)

h5可以按照以下方法解决。
https://blog.csdn.net/u010843503/article/details/146374064

DCloud_UNI_JBB

DCloud_UNI_JBB

要回复问题请先登录注册