UNPKG

sinosoft-ap-ui

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