vue-editor-phone 是一个 Vue 的移动端富文本编辑器插件,简洁灵活可扩展
npm install vue-editor-phone
import vueEditor from "vue-editor-phone/src/components/editor.vue";
components: {
vueEditor: vueEditor
}
<vueEditor ref="editor"></vueEditor>
this.$refs.editor.uploadImgServer =
this.$refs.editor.getHtml()
this.$refs.editor.setHtml()