UNPKG

yuanchu

Version:

14 lines (13 loc) 296 B
import _sfc_main from "./src/button.vue.js"; const withInstall = (comp) => { comp.install = (app) => { console.log("withInstall:" + comp.name); app.component(comp.name, comp); }; return comp; }; const YcButton = withInstall(_sfc_main); export { YcButton, YcButton as default };