k-mark-editor
v1.1.34
Published
a mark editor
Downloads
361
Readme
k-mark-editor
a mark editor
install
# install the component
npm install k-mark-editor// import the component in the entry file
import Vue from 'vue'
import markEditor from 'k-mark-editor'
Vue.use(markEditor)
