Results 3 comments of Bubble2

确实需要这个功能,特别是移动端上面,不可能移动端单独再弄一个移动端组件

> 可以参考下: > > ```js > // vue2 > import { SlateTransforms } from '@wangeditor/editor' > > methods: { > onCreated (editor) { > this.editor = Object.seal(editor) // 一定要用 Object.seal()...