UNPKG

sinosoft-ap-ui

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