1.0.2 • Published 10 months ago

mc-form-editor-plus v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

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);
1.0.2

10 months ago

1.0.1

11 months ago