mc-form-editor-plus
v1.0.2
Published
editor for mc-form-plus, based on wangEditor
Downloads
81
Readme
mc-form富文本编辑器组件
npm install mc-form-editor -S
用法
import Vue from 'vue';
import McFormEditor from 'mc-form-editor';
import McForm, { installComponent } from 'mc-form';
installComponent(McFormEditor);
Vue.component(McForm.name, McForm);