UNPKG

tav-ui

Version:
11 lines (9 loc) 196 B
const withInstall = (comp) => { ; comp.install = function(app) { app.component(comp.name, comp); }; return comp; }; export { withInstall }; //# sourceMappingURL=with-install2.mjs.map