UNPKG

vue3-wangeditor

Version:

基于Wangeditor富文本编辑器,用于Vue3.x的组件

8 lines (6 loc) 167 B
import vWangeditor from './Editor/Editor' const install = vue => { vue.component('vWangeditor', vWangeditor) } export default install export { vWangeditor }