vue3.0中使用插件mavon-editor一直报错怎么回事?

在vue3.0中引入mavon-editor配置没有问题,就只报

runtime-core.esm-bundler.js?5c40:6027 Uncaught TypeError: selfHook.bind is not a function
    at callHookWithMixinAndExtends (runtime-core.esm-bundler.js?5c40:6027)
    at callSyncHook (runtime-core.esm-bundler.js?5c40:6013)
    at applyOptions (runtime-core.esm-bundler.js?5c40:5772)
    at finishComponentSetup (runtime-core.esm-bundler.js?5c40:6631)
    at setupStatefulComponent (runtime-core.esm-bundler.js?5c40:6562)
    at setupComponent (runtime-core.esm-bundler.js?5c40:6498)
    at mountComponent (runtime-core.esm-bundler.js?5c40:4201)
    at processComponent (runtime-core.esm-bundler.js?5c40:4177)
    at patch (runtime-core.esm-bundler.js?5c40:3788)
    at mountChildren (runtime-core.esm-bundler.js?5c40:3970)

而在2.0中没有出现任何问题怎么回事?

因为不支持vue3.0吧