UNPKG

sinosoft-ap-ui

Version:
9 lines (6 loc) 162 B
// 引用组件 import ueditor from './main.vue'; ueditor.install = function (Vue) { Vue.component(ueditor.name, ueditor); }; export default ueditor;