0.0.9 • Published 5 years ago
vue-editor-phone v0.0.9
vue-editor
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()