hinesboy / mavonEditor

mavonEditor - A markdown editor based on Vue that supports a variety of personalized features
http://www.mavoneditor.com/
MIT License
6.45k stars 918 forks source link

Vue3 如何使用该组件? #678

Open lxhguard opened 3 years ago

lxhguard commented 3 years ago

Vue3 如何使用该组件? 会有报错 runtime-core.esm-bundler.js?5c40:5957 Uncaught (in promise) TypeError: selfHook.bind is not a function

ygj6 commented 3 years ago

目前暂未适配vue3,已纳入规划,欢迎贡献。

abcdongyuhua commented 3 years ago

目前暂未适配vue3,已纳入规划,欢迎贡献。

什么时候Vue3 可以使用

abcdongyuhua commented 3 years ago

Vue3 如何使用该组件? 会有报错 runtime-core.esm-bundler.js?5c40:5957 Uncaught (in promise) TypeError: selfHook.bind is not a function

后来选择了那个插件了

Teaghy commented 3 years ago

Vue3 如何使用该组件? 会有报错 runtime-core.esm-bundler.js?5c40:5957 Uncaught (in promise) TypeError: selfHook.bind is not a function

后来选择了那个插件了

你最终选择了哪个富文本组件

code-farmer-i commented 3 years ago

试试这个 v-md-editor

ygj6 commented 2 years ago

适配vue3的beta版本已经发布到npm了,欢迎试用! https://github.com/hinesboy/mavonEditor/tree/next

npm install mavon-editor@next --save