ygj6

Results 94 comments of ygj6

会的,我们已经有人在投入适配vue3了

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

可以试用,有问题可以提issue或PR,这里有个[demo](https://codepen.io/wangsongc/pen/RwZBEvp)

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

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

使用如下方式可以关闭表情功能 ```javascript mounted() { this.$refs.md.markdownIt.core.ruler.disable("emoji") } ```

当前还存在一点小问题,如果你不使用图片上传功能,你可以参考 https://github.com/hinesboy/mavonEditor/issues/586 的方式测试一下:

没太理解你说的是什么功能,你在具体描述下功能

你把内容传入到v-model里面应该是有内容的,你可以写个简单例子演示下 ```html ```

这个问题应该是修复了的,`106.15.232.22/`这个服务器的代码不是最新的,你可以本地测试一下。