vue3 中引用了富文本编辑器

使用了vue3-editor
之前 还能用,但是现在不行了
出的错也看不懂:

Uncaught (in promise) TypeError: Cannot convert undefined or null to object
    at assign (<anonymous>)
    at Proxy.mergedDataFn (runtime-core.esm-bundler.js?5c40:2397)
    at applyOptions (runtime-core.esm-bundler.js?5c40:2094)
    at finishComponentSetup (runtime-core.esm-bundler.js?5c40:6431)
    at setupStatefulComponent (runtime-core.esm-bundler.js?5c40:6343)
    at setupComponent (runtime-core.esm-bundler.js?5c40:6273)
    at mountComponent (runtime-core.esm-bundler.js?5c40:4125)
    at processComponent (runtime-core.esm-bundler.js?5c40:4100)
    at patch (runtime-core.esm-bundler.js?5c40:3695)
    at mountChildren (runtime-core.esm-bundler.js?5c40:3891)

代码应该是没问题:
html:
<vue-editor
useCustomImageHandler
@image-added="handleImageAdded"
>

引用:
import { VueEditor } from "vue3-editor";

components: {
VueEditor
},

是不是你 npm i 安装的时候 "vue3-editor" 包自动升级了

看下是不是这个问题
https://www.pianshen.com/article/10421683755/