UNPKG

sinosoft-ap-ui

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